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