fixup! fixup! fixup! Add version file for crane push
Some checks failed
Build image / build-image (push) Failing after 3m51s

This commit is contained in:
Paul Brinkmeier 2025-04-23 13:41:00 +02:00
parent 6bab8ac3a9
commit 116cc5ce51

View File

@ -27,4 +27,8 @@ jobs:
- run: tar tvf image.tar.gz
- run: echo $(readlink -f image.tar.gz)
- uses: actions/upload-artifact@v4
with:
name: tarball
path: image.tar.gz
- run: crane push $(readlink -f image.tar.gz) $(cat image-name)