Attempts to make this work
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 2m34s
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 2m34s
This commit is contained in:
parent
921fdc5aa4
commit
23d29f79d5
1 changed files with 10 additions and 2 deletions
|
@ -21,10 +21,18 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
-
|
||||||
|
name: Login to Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: forgejo.neshweb.net
|
||||||
|
username: ${{ secrets.FORGEJO_USERNAME }}
|
||||||
|
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Push to Package Registry
|
name: Push to Package Registry
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
push: true
|
push: true
|
||||||
tags: https://forgejo.neshweb.net/Neshura/docker-dind-bash:latest
|
secrets: |
|
||||||
|
GIT_AUTH_TOKEN=${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
tags: Neshura/docker-dind-bash:latest
|
Loading…
Reference in a new issue