secrets.FORGEJO_TOKEN
Some checks failed
Docker-in-Docker CI/CD Pipeline / Build and Push Docker-in-Docker Images (push) Failing after 11m39s
Docker-in-Docker CI/CD Pipeline / Create and Publish Multi-Arch Manifest (push) Has been cancelled

This commit is contained in:
Xaver Russ 2025-07-15 00:05:00 +02:00
parent 2513c18afb
commit 0a7634439b

View file

@ -31,7 +31,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.PACKAGE_TOKEN }} password: ${{ secrets.FORGEJO_TOKEN }}
- name: Build and Push Image for ${{ matrix.arch }} - name: Build and Push Image for ${{ matrix.arch }}
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: