Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s
This commit is contained in:
@@ -15,9 +15,11 @@ jobs:
|
||||
- name: setup buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
tags: user/app:latest
|
||||
- name: docker buildx
|
||||
run: docker buildx . -f Dockerfile
|
||||
#- uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# push: false
|
||||
# tags: user/app:latest
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user