fixup! fixup! Add version to image meta
Some checks failed
Build image / build-image (push) Failing after 2m33s
Some checks failed
Build image / build-image (push) Failing after 2m33s
This commit is contained in:
parent
56d67889b4
commit
c00b8f24f1
@ -20,8 +20,8 @@ jobs:
|
||||
- name: Version check
|
||||
run: |
|
||||
VERSION=$(cat image-meta/version)
|
||||
echo "$GITHUB_REF_NAME" == v"$VERSION"
|
||||
test "$GITHUB_REF_NAME" == v"$VERSION"
|
||||
echo "$GITHUB_REF_NAME" = v"$VERSION"
|
||||
[ "$GITHUB_REF_NAME" = v"$VERSION" ]
|
||||
- name: Build image
|
||||
run: nix build .#image -o image.tar.gz
|
||||
- run: docker login -u paul -p "$PASSWORD" git.pbrinkmeier.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user