remove git_auth_token due to possible interference in push process
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 2m24s
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 2m24s
This commit is contained in:
parent
4721144a69
commit
cb0ad5ff0a
1 changed files with 0 additions and 2 deletions
|
@ -33,6 +33,4 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
secrets: |
|
|
||||||
GIT_AUTH_TOKEN=${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
tags: neshura/docker-dind-bash:latest
|
tags: neshura/docker-dind-bash:latest
|
Loading…
Reference in a new issue