base-images/README.md

303 B

  • `nix build '.#flakes-action' #for default platform
  • nix build '#packages.aarch64-linux.flakes-action' #for specific platform
  • docker load < result
  • docker tag [image id] git.cyplo.dev/cyplo/base-images/flakes-action:latest
  • docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest