更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 2m5s Details

This commit is contained in:
root 2024-07-06 23:53:01 +08:00
parent e84b61cbaa
commit c2455a5802
1 changed files with 2 additions and 3 deletions

View File

@ -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 }}