chore(deps): update nixos/nix docker tag to v2.23.1
This commit is contained in:
parent
c952db72e7
commit
c2c36197e9
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ before_script:
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
stage: ci
|
stage: ci
|
||||||
image: nixos/nix:2.23.0
|
image: nixos/nix:2.23.1
|
||||||
script:
|
script:
|
||||||
# Cache CI dependencies
|
# Cache CI dependencies
|
||||||
- ./bin/nix-build-and-cache ci
|
- ./bin/nix-build-and-cache ci
|
||||||
|
@ -83,7 +83,7 @@ ci:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.23.0
|
image: nixos/nix:2.23.1
|
||||||
script:
|
script:
|
||||||
- ./bin/nix-build-and-cache just .#static-x86_64-unknown-linux-musl
|
- ./bin/nix-build-and-cache just .#static-x86_64-unknown-linux-musl
|
||||||
- cp result/bin/conduit x86_64-unknown-linux-musl
|
- cp result/bin/conduit x86_64-unknown-linux-musl
|
||||||
|
|
Loading…
Add table
Reference in a new issue