Fix Authentication 1

This commit is contained in:
2026-05-16 15:30:48 +02:00
parent c5604e64a7
commit 09b65e9401

View File

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