This commit is contained in:
2026-05-16 15:50:19 +02:00
parent 4a29fc0442
commit cdbfda50a9

View File

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