don't plop nix store files on root of CI server
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

Patrick Cleavelin 2023-07-31 17:29:19 -05:00
parent ab05681ebf
commit d153d324cf
1 changed files with 2 additions and 2 deletions

View File

@ -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:
- /nix/store:/nix/store
- ${AGENT_NIX_STORE_PATH}/store:/nix/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
- /nix/store:/nix/store
- ${AGENT_NIX_STORE_PATH}/store:/nix/store