Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m29s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m29s
This commit is contained in:
@@ -19,10 +19,10 @@ jobs:
|
||||
#- name: docker buildx
|
||||
# run: docker buildx build . -f Dockerfile -t registry.local/user/app:latest --push
|
||||
|
||||
#- uses: docker/build-push-action@master
|
||||
# with:
|
||||
# push: false
|
||||
# file: Dockerfile
|
||||
# tags: user/app:latest
|
||||
- uses: docker/build-push-action@master
|
||||
with:
|
||||
push: false
|
||||
file: Dockerfile
|
||||
tags: user/app:latest
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user