Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s

This commit is contained in:
2023-07-22 02:16:59 +00:00
parent b63ff5d0a2
commit ead1a0e1a6

View File

@@ -15,11 +15,11 @@ jobs:
#- name: setup buildx #- name: setup buildx
# uses: docker/setup-buildx-action@master # uses: docker/setup-buildx-action@master
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: docker buildx #- name: docker buildx
run: docker buildx build . -f Dockerfile # run: docker buildx build . -f Dockerfile
#- uses: docker/build-push-action@v2 - uses: docker/build-push-action@v2
# with: with:
# push: false push: false
# tags: user/app:latest tags: user/app:latest