.
Some checks failed
Test action / Print hello world (push) Failing after 8s

This commit is contained in:
Chris Kruining 2025-09-04 15:46:25 +02:00
parent 7070382596
commit a0e2d8db71
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ 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'
# podman run localhost/default:latest 'nix --version'
- name: Push image
run: >-