Skip to content

Commit d25f9cd

Browse files
committed
fix
1 parent e2848c8 commit d25f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/bin/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
echo "$GITHUB_TOKEN" | skopeo login ghcr.io --username "$GITHUB_USERNAME" --password-stdin
33
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"
4+
skopeo copy --insecure-policy docker-archive://"$result" docker://"ghcr.io/${GITHUB_REPOSITORY,,}/snapbin:latest"

0 commit comments

Comments
 (0)