finally some more success?????
Some checks failed
Test action / Print hello world (push) Failing after 12s

This commit is contained in:
Chris Kruining 2025-09-04 13:55:13 +02:00
parent b8e43fedba
commit d917f93a9f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 4 additions and 2 deletions

View file

@ -45,8 +45,8 @@ jobs:
- name: __DEBUG__
run: |
ls -al result
podman load < result
- name: Push image
run: |
podman push ${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
podman load < result
podman push localhost/default:latest ${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}