fixup! fixup! fixup! Add version file for crane push
Some checks failed
Build image / build-image (push) Failing after 3m51s
Some checks failed
Build image / build-image (push) Failing after 3m51s
This commit is contained in:
parent
6bab8ac3a9
commit
116cc5ce51
@ -27,4 +27,8 @@ jobs:
|
|||||||
|
|
||||||
- run: tar tvf image.tar.gz
|
- run: tar tvf image.tar.gz
|
||||||
- run: echo $(readlink -f 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)
|
- run: crane push $(readlink -f image.tar.gz) $(cat image-name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user