更新 .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
|
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 }}
|
||||||
|
|
Loading…
Reference in New Issue