Fix buildah login URL
Build Runner Image / build (push) Failing after 51s

This commit is contained in:
2026-05-20 21:08:44 +02:00
parent 2465d8ab47
commit 5daab6f242
+1 -1
View File
@@ -21,5 +21,5 @@ jobs:
- name: Push image - name: Push image
run: | run: |
buildah login -u ${{ gitea.actor }} -p ${{ secrets.GITEA_TOKEN }} ${{ gitea.server_url }} buildah login -u ${{ gitea.actor }} -p ${{ secrets.GITEA_TOKEN }} ${{ env.REGISTRY_HOST }}
buildah push ${{ env.REGISTRY_HOST }}/${{ gitea.repository }}:latest buildah push ${{ env.REGISTRY_HOST }}/${{ gitea.repository }}:latest