Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
container fix build script option (NOJIRA)
skoranda committed Dec 16, 2022
1 parent 6837b58 commit 1651a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/build.sh
@@ -569,8 +569,8 @@ function main() {

if [[ -n "${repository}" ]]; then
prefix="${repository}/"
if [[ -n "${image_repository}" ]]; then
prefix="${image_repository}/${prefix}"
if [[ -n "${image_registry}" ]]; then
prefix="${image_registry}/${prefix}"
fi
fi

0 comments on commit 1651a66

Please sign in to comment.