更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 2m5s
Details
Docker Deploy / build-and-deploy (push) Successful in 2m5s
Details
This commit is contained in:
parent
e84b61cbaa
commit
c2455a5802
|
@ -53,7 +53,6 @@ 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
|
||||||
build:
|
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in New Issue