Update .forgejo/workflows/build.yml
This commit is contained in:
parent
884b78b858
commit
523adf54ca
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: forgejo.neshweb.net/neshura/docker-dind-bash:latest
|
tags: forgejo.neshweb.net/ci-docker-images/docker-dind-bash:latest
|
||||||
|
|
||||||
build-container-fallback:
|
build-container-fallback:
|
||||||
needs: [build-container]
|
needs: [build-container]
|
||||||
|
@ -61,4 +61,4 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: forgejo.neshweb.net/neshura/docker-dind-bash:latest
|
tags: forgejo.neshweb.net/ci-docker-images/docker-dind-bash:latest
|
Loading…
Reference in a new issue