Skip to content

Commit

Permalink
Fix illegal tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 11, 2024
1 parent 988ea93 commit f3606c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-scripts/container_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ log "==================== BEGIN ===================="
# Trace all commands
set -o xtrace


# Avoid illegal chars in tag name
TAG=$(echo $TAG | tr '/' '_')

[[ -z "${PUSH_IMAGES:-}" ]] && PUSH_IMAGES="no"
[[ -z "${TAG_COMMIT:-}" ]] && TAG_COMMIT="yes"
Expand Down

0 comments on commit f3606c5

Please sign in to comment.