diff options
| author | toufic ar <contact@toufy.me> | 2026-06-23 02:11:52 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-06-23 02:11:52 +0300 |
| commit | 6e1ab7c94f1af4d389acbdc5e6d3f37a1d1cb0e9 (patch) | |
| tree | ec4b33dad5489ec87a3480be23f8775ed83d63fa /.makeshiftci | |
| parent | bc7189651993fc905b1a5cdd0a4cd69dba783cb3 (diff) | |
| download | servers-6e1ab7c94f1af4d389acbdc5e6d3f37a1d1cb0e9.tar.gz servers-6e1ab7c94f1af4d389acbdc5e6d3f37a1d1cb0e9.zip | |
wrong docker image
Diffstat (limited to '.makeshiftci')
| -rw-r--r-- | .makeshiftci/1.json | 2 | ||||
| -rw-r--r-- | .makeshiftci/2.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.makeshiftci/1.json b/.makeshiftci/1.json index 8be3bbb..bddc5ed 100644 --- a/.makeshiftci/1.json +++ b/.makeshiftci/1.json @@ -1,6 +1,6 @@ { "name": "update flake.nix", - "image": "nixos:latest", + "image": "nixos/nix:latest", "secrets": { "SECRET_SSH": "/run/secrets/msci/sshkey" }, diff --git a/.makeshiftci/2.json b/.makeshiftci/2.json index ea25ac8..06fe2e4 100644 --- a/.makeshiftci/2.json +++ b/.makeshiftci/2.json @@ -1,6 +1,6 @@ { "name": "deploy", - "image": "nixos:latest", + "image": "nixos/nix:latest", "secrets": { "SECRET_SSH": "/run/secrets/msci/sshkey" }, |
