Skip to content

Commit d6e80b9

Browse files
committed
feat(plugin): Pin unregistry image version to script version
1 parent 87791ce commit d6e80b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-pussh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EOF
2020
exit 0
2121
fi
2222

23-
UNREGISTRY_IMAGE="ghcr.io/psviderski/unregistry:latest"
23+
UNREGISTRY_IMAGE=${UNREGISTRY_IMAGE:-ghcr.io/psviderski/unregistry:${VERSION}}
2424

2525
# Colors and symbols for output.
2626
RED='\033[0;31m'

0 commit comments

Comments
 (0)