Skip to content

Commit e5b1aed

Browse files
committed
nix-v3.2.1 -> v3.2.1-nix
make it easier to check for version using semver semantic (same major and minor)
1 parent 2e60a8d commit e5b1aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if [ "${{ github.event_name }}" = "pull_request" ]; then
4848
export TAG=nix-sha-${{ env.GITHUB_SHA_SHORT }}
4949
else
50-
export TAG=nix-${{ github.ref_name }}
50+
export TAG=${{ github.ref_name }}-nix
5151
fi
5252
export IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:$TAG
5353
nix-shell -p skopeo --command "skopeo --insecure-policy copy docker-archive:$(readlink -f ./result) docker://$IMAGE --dest-compress-format zstd"

0 commit comments

Comments
 (0)