Skip to content

Commit

Permalink
fix: remove unnecessary colon from image with digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Jul 3, 2024
1 parent cafc82e commit 468425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_images_sha256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for IMAGE in ${IMAGES}; do
else
# Treat everything after `:` as digest
DIGEST="${DIGEST##*:}"
REDHAT_IMAGE_WITH_SHA256=${REDHAT_REGISTRY}${NAME}:@sha256:${DIGEST}
REDHAT_IMAGE_WITH_SHA256=${REDHAT_REGISTRY}${NAME}@sha256:${DIGEST}
fi

echo ${REDHAT_IMAGE}
Expand Down

0 comments on commit 468425e

Please sign in to comment.