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