更新 .gitea/workflows/main.yaml
This commit is contained in:
parent
a1b5590014
commit
e84b61cbaa
|
@ -53,7 +53,9 @@ jobs:
|
||||||
uses: http://${{vars.DOMAIN}}:5678/docker/build-push-action@v6
|
uses: http://${{vars.DOMAIN}}:5678/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: . Dockerfile
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||||
username: ${{ vars.ALI_USER }}
|
username: ${{ vars.ALI_USER }}
|
||||||
password: ${{ vars.ALI_PWD }}
|
password: ${{ vars.ALI_PWD }}
|
||||||
|
|
Loading…
Reference in New Issue