Fix reading image tag
All checks were successful
build / build (pull_request) Successful in 1m14s
deliver / deliver (push) Successful in 37s

This commit is contained in:
Paul Brinkmeier 2025-10-07 01:11:18 +02:00
parent 48eb27e218
commit 27f5b8e23c

View File

@ -37,4 +37,4 @@ jobs:
- run: nix run .#crane -- auth login git.pbrinkmeier.de -u paul -p "$PASSWORD"
env:
PASSWORD: "${{ secrets.REGISTRY_PASSWORD }}"
- run: nix run .#crane -- push image.tar $(cat image-meta/name)
- run: nix run .#crane -- push image.tar $(cat /tmp/yore-meta/image-tag)