base-images/README.md

386 B

  • `nix build '.#flakes-action' #for default platform
  • nix build '#packages.aarch64-linux.flakes-action' #for specific platform
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