Skip to content

Commit be4651d

Browse files
Fix typo
1 parent 49d014b commit be4651d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ copy_image() {
8181
IMAGE_ID=$(regctl image digest "$DEST")
8282
elif [ -x "$(command -v skopeo)" ]; then
8383
# Skopeo can do the same thing, and it's preinstalled on GitHub Actions runner images
84-
regctl copy "docker://$SOURCE" "docker://$DEST"
84+
skopeo copy "docker://$SOURCE" "docker://$DEST"
8585
IMAGE_ID=$(skopeo inspect --format "{{ .Digest }}" "docker://$DEST")
8686
else
8787
echo "Warning: regctl is not installed. regctl makes Railpack image transfers much faster when images have not changed since the last run. Using standard \`docker pull\` + \`docker push\` instead."

0 commit comments

Comments
 (0)