Compare commits
1 Commits
d153d324cf
...
426a3d5bb9
Author | SHA1 | Date |
---|---|---|
|
426a3d5bb9 |
|
@ -7,7 +7,7 @@ steps:
|
|||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker
|
||||
- cp $(nix build --extra-experimental-features nix-command --extra-experimental-features flakes --print-out-paths .#docker) ./memejoin-rs.tar.gz
|
||||
volumes:
|
||||
- ${AGENT_NIX_STORE_PATH}/store:/nix/store
|
||||
- /nix/store:${AGENT_NIX_STORE_PATH}/store
|
||||
|
||||
publish-image:
|
||||
when:
|
||||
|
@ -22,4 +22,4 @@ steps:
|
|||
- 'docker image push git.spacegirl.nl/${CI_REPO}:${CI_COMMIT_TAG}'
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${AGENT_NIX_STORE_PATH}/store:/nix/store
|
||||
- /nix/store:${AGENT_NIX_STORE_PATH}/store
|
||||
|
|
Loading…
Reference in New Issue