更新 .gitea/workflows/main.yaml

This commit is contained in:
root 2024-07-06 23:52:34 +08:00
parent a1b5590014
commit e84b61cbaa
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ jobs:
uses: http://${{vars.DOMAIN}}:5678/docker/build-push-action@v6
with:
push: true
context: . Dockerfile
build:
context: .
dockerfile: Dockerfile
tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
username: ${{ vars.ALI_USER }}
password: ${{ vars.ALI_PWD }}