更新 .gitea/workflows/pms.yaml
Docker Deploy / build-and-deploy (push) Successful in 10m30s
Details
Docker Deploy / build-and-deploy (push) Successful in 10m30s
Details
This commit is contained in:
parent
547d9aedf5
commit
c6e9938227
|
@ -48,7 +48,7 @@ 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: ../../server
|
context: ./server
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
#tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
#tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||||
tags: ${{env.REMOTE_IMG_NAME}} #支持env变量
|
tags: ${{env.REMOTE_IMG_NAME}} #支持env变量
|
||||||
|
|
Loading…
Reference in New Issue