aaaaaaargh
Some checks failed
Create OCI image(s) / Build and push images (push) Failing after 2m38s

This commit is contained in:
Chris Kruining 2025-09-08 15:41:54 +02:00
parent 2987c48db8
commit b86755ece7
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -54,6 +54,6 @@ jobs:
- name: Push image - name: Push image
run: >- run: >-
podman push podman push
--authfile=/root/.config/containers/auth.json --authfile ~/.config/containers/auth.json
localhost/${{ env.image }}:${{ env.tag }} localhost/${{ env.image }}:${{ env.tag }}
${{ env.registry }}/${{ forge.repo }}/${{ env.image }}:${{ env.tag }} ${{ env.registry }}/${{ forge.repository }}/${{ env.image }}:${{ env.tag }}