.
Some checks failed
Test action / Print hello world (push) Failing after 1m47s

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

View file

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