riiight, should've seen that one coming....
Some checks failed
Test action / Print hello world (push) Failing after 1m53s

This commit is contained in:
Chris Kruining 2025-09-04 15:53:35 +02:00
parent cd53e4c008
commit f31317304e
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -55,14 +55,14 @@ jobs:
run: |
echo "${XDG_RUNTIME_DIR}/containers/auth.json"
[ -r ${XDG_RUNTIME_DIR}/containers/auth.json ] && cat ${XDG_RUNTIME_DIR}/containers/auth.json
echo "~/.docker/config.json"
[ -r ~/.docker/config.json ] && cat ~/.docker/config.json
- name: Push image
run: >-
podman push
--authfile=${XDG_RUNTIME_DIR}/containers/auth.json
--authfile=~/.docker/config.json
--creds="${{ forge.actor }}:${{ forge.token }}"
localhost/default:latest
${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}