whoops
Some checks failed
Test action / Print hello world (push) Failing after 1m49s

This commit is contained in:
Chris Kruining 2025-09-04 15:23:23 +02:00
parent 3d02de9c6c
commit 3aaad47c2b
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -59,7 +59,7 @@ jobs:
- name: Push image
run: >-
podman push
--auth-file=${XDG_RUNTIME_DIR}/containers/auth.json&
--auth-file=${XDG_RUNTIME_DIR}/containers/auth.json
--creds="${{ forge.actor }}:${{ forge.token }}"
localhost/default:latest
${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}