更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 0s
Details
Docker Deploy / build-and-deploy (push) Failing after 0s
Details
This commit is contained in:
parent
3d7911525d
commit
9ffa90e179
|
@ -53,9 +53,7 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: . Dockerfile
|
||||
tags: $REMOTE_IMG_NAME
|
||||
# username: ${{ vars.DOCKER_USERNAME }}
|
||||
# password: ${{ vars.DOCKER_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue