Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s
This commit is contained in:
@@ -20,9 +20,10 @@ jobs:
|
|||||||
- run: curl http://gitea-http.gitea.svc.cluster.local:3000/nathan/gitea-actions.git#cdf930a637a26ea5ba466a40854515fdd00215fb
|
- run: curl http://gitea-http.gitea.svc.cluster.local:3000/nathan/gitea-actions.git#cdf930a637a26ea5ba466a40854515fdd00215fb
|
||||||
#- name: setup qemu
|
#- name: setup qemu
|
||||||
# uses: docker/setup-qemu-action@v2
|
# uses: docker/setup-qemu-action@v2
|
||||||
- name: setup buildx
|
#- name: setup buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
# uses: docker/setup-buildx-action@v2
|
||||||
- run: docker ps
|
- run: docker buildx create --use
|
||||||
|
- run: docker buildx ls
|
||||||
#- uses: actions/checkout@v3
|
#- uses: actions/checkout@v3
|
||||||
#- name: docker buildx
|
#- name: docker buildx
|
||||||
# run: docker buildx build . -f Dockerfile -t registry.local/user/app:latest --push
|
# run: docker buildx build . -f Dockerfile -t registry.local/user/app:latest --push
|
||||||
|
|||||||
Reference in New Issue
Block a user