No description
Find a file
2025-10-13 19:50:08 +01:00
fake_nixpkgs transfer over nix-flakes settings 2023-08-12 08:21:33 +01:00
root/etc transfer over nix-flakes settings 2023-08-12 08:21:33 +01:00
.gitignore add basic flakes action image 2023-08-12 07:36:17 +01:00
flake.lock add attic, update deps 2025-09-21 20:08:55 +01:00
flake.nix add statix 2025-09-21 21:20:14 +01:00
README.md add x86 to readme 2025-10-13 19:50:08 +01:00

docker login git.cyplo.dev # If you are using 2FA or OAuth use a personal access token instead of the password.

nix build '.#packages.aarch64-linux.flakes-action'
# OR
nix build '.#packages.x86_64-linux.flakes-action'
export BASE_IMAGE_DOCKER_TAG=`docker load < result | grep -i 'loaded image' | cut -f3 -d ' '`
docker tag $BASE_IMAGE_DOCKER_TAG git.cyplo.dev/cyplo/base-images/flakes-action:latest
docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest