test with token
Some checks failed
Docker-in-Docker CI/CD Pipeline / Build and Push Docker-in-Docker Images (push) Failing after 1m10s
Docker-in-Docker CI/CD Pipeline / Create and Publish Multi-Arch Manifest (push) Has been skipped

This commit is contained in:
Xaver Russ 2025-07-14 23:54:14 +02:00
parent a619bd07eb
commit 2513c18afb

View file

@ -19,8 +19,8 @@ jobs:
matrix: matrix:
arch: [ amd64, arm64 ] arch: [ amd64, arm64 ]
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
container: # container:
image: ghcr.io/catthehacker/ubuntu:act-22.04 # image: ghcr.io/catthehacker/ubuntu:act-22.04
steps: steps:
- name: Checkout Source Code - name: Checkout Source Code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -29,9 +29,9 @@ jobs:
- name: Login to Forgejo Container Registry - name: Login to Forgejo Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ secrets.CI_REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ secrets.CI_REGISTRY_USER }} username: ${{ github.actor }}
password: ${{ secrets.CI_TOKEN }} password: ${{ secrets.PACKAGE_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: