Skip to content

Commit

Permalink
release: Update release-helper for docker
Browse files Browse the repository at this point in the history
The docker provider need the dev image, so update to add
this rule

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Jan 29, 2025
1 parent bf1c69b commit 82041e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ update_provider_overlays() {

# libvirt uses the dev built image
tag_prefix=""
if [[ "${provider}" == "libvirt" ]]; then
if [ "${provider}" == "libvirt" ] || [ "${provider}" == "docker" ] ; then
tag_prefix="dev-"
fi

Expand Down

0 comments on commit 82041e0

Please sign in to comment.