Skip to content

Commit

Permalink
Update docker_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops authored Jul 20, 2022
1 parent 0808996 commit 422ab1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ echo "$alltags" >TAGS

echo "repo: https://github.com/$project/tree/$commitsha"
echo "https://github.com/$project/tree/$commitsha" >REPO
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" "$docker_build_args"

# shellcheck disable=SC2153
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args

echo "--------------------------------------------------------------------------------------------"
for tag in "${tags[@]:1}"; do
Expand Down

0 comments on commit 422ab1d

Please sign in to comment.