Skip to content

Commit

Permalink
chore(ci): specify full release image uri
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 27, 2024
1 parent 87b1439 commit 234598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function check_new_version() {
local new_version="$1"

# Check that is a version.
if [ "$(ci_container_mgr run --rm alpine/semver semver "$new_version" | tail -1)" != "$new_version" ]; then
if [ "$(ci_container_mgr run --rm docker.io/alpine/semver semver "$new_version" | tail -1)" != "$new_version" ]; then
die "Your version '$new_version' is not sem. version compliant."
fi

Expand Down

0 comments on commit 234598e

Please sign in to comment.