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

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

View file

@ -53,7 +53,10 @@ jobs:
- name: __DEBUG__
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