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 422ab1d commit ade4738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ echo "$alltags" >TAGS
echo "repo: https://github.com/$project/tree/$commitsha"
echo "https://github.com/$project/tree/$commitsha" >REPO

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

echo "--------------------------------------------------------------------------------------------"
Expand Down

0 comments on commit ade4738

Please sign in to comment.