Skip to content

Commit

Permalink
Merge pull request #291 from cevich/fix_build_push
Browse files Browse the repository at this point in the history
Improve build-push w/ more debugging and a few fixes.
  • Loading branch information
cevich authored Aug 10, 2023
2 parents 755589f + a0b1a5c commit e792393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IMG_SFX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20230809t143240z-f38f37d13
20230810t181042z-f38f37d13
2 changes: 1 addition & 1 deletion build-push/bin/tag_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ "$FLAVOR_NAME" == "stable" ]]; then
# Confirm this value is passed in by caller.
req_env_vars VERSION
VERSION=v${VERSION#v}
if egrep -q '^v[0-9]+\.[0-9]+\.[0-9]+'<<<"$VERSION"; then
if grep -E -q '^v[0-9]+\.[0-9]+\.[0-9]+'<<<"$VERSION"; then
msg "Found image command version '$VERSION'"
else
die "Encountered unexpected/non-conforming version '$VERSION'"
Expand Down

0 comments on commit e792393

Please sign in to comment.