We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2848c8 commit d25f9cdCopy full SHA for d25f9cd
tooling/bin/build-image.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
echo "$GITHUB_TOKEN" | skopeo login ghcr.io --username "$GITHUB_USERNAME" --password-stdin
3
result=$(nix build .#snapbin-image --no-link --print-out-paths)
4
-skopeo copy --insecure-policy docker-archive://"$result" docker://"ghcr.io/$GITHUB_REPOSITORY/snapbin:latest"
+skopeo copy --insecure-policy docker-archive://"$result" docker://"ghcr.io/${GITHUB_REPOSITORY,,}/snapbin:latest"
0 commit comments