fixup! fixup! fixup! fixup! fixup! Add docker commands
Some checks failed
Build image / build-image (push) Has been cancelled
Some checks failed
Build image / build-image (push) Has been cancelled
This commit is contained in:
parent
76ea336d6f
commit
ec87e87fd1
@ -16,8 +16,8 @@ jobs:
|
||||
run: nix build .#image -o image.tar.gz
|
||||
- name: Get image name
|
||||
run: nix build .#image-name -o image-name
|
||||
- run: docker load < image.tar.gz
|
||||
- run: docker login -u paul -p "$PASSWORD" git.pbrinkmeier.de
|
||||
env:
|
||||
PASSWORD: {{ secrets.REGISTRY_PASSWORD }}
|
||||
- run: docker load < image.tar.gz
|
||||
- run: docker image push $(cat image-name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user