Fix: Authentication

This commit is contained in:
2026-05-16 15:37:41 +02:00
parent 09b65e9401
commit f22c6ad592

View File

@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- name: Login to Registry
run: echo "${{ secrets.GITEA_TOKEN }}" | buildah login -u "${{ gitea.actor }}" --password-stdin git.kocoder.xyz
run: echo "${{ secrets.PACKAGES_TOKEN }}" | buildah login -u "${{ secrets.PACKAGES_USER }}" --password-stdin git.kocoder.xyz
- name: Buildah Build
run: |