Skip to content

Commit

Permalink
Merge pull request #793 from akutz/fix/image-build
Browse files Browse the repository at this point in the history
🐛 Export container image with full version
  • Loading branch information
akutz authored Nov 6, 2024
2 parents d107a82 + 29998ca commit 8f4cc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ build() {

if [ -n "${OUT_FILE:-}" ]; then
mkdir -p "$(dirname "${OUT_FILE}")"
"${CRI_BIN}" save "${IMAGE}":"${IMAGE_TAG}" -o "${OUT_FILE}"
"${CRI_BIN}" save "${IMAGE}":"${IMAGE_VERSION}" -o "${OUT_FILE}"
fi
}

Expand Down

0 comments on commit 8f4cc98

Please sign in to comment.