更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 0s Details

This commit is contained in:
root 2024-07-06 23:07:14 +08:00
parent 3d7911525d
commit 9ffa90e179
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
build: context: . Dockerfile
context: .
dockerfile: Dockerfile
tags: $REMOTE_IMG_NAME tags: $REMOTE_IMG_NAME
# username: ${{ vars.DOCKER_USERNAME }} # username: ${{ vars.DOCKER_USERNAME }}
# password: ${{ vars.DOCKER_TOKEN }} # password: ${{ vars.DOCKER_TOKEN }}