Skip to content
Snippets Groups Projects
Unverified Commit 9f67e62d authored by Silas Davis's avatar Silas Davis
Browse files

Remove deprecated -f docker flag

parent 4eafa723
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,11 @@ cd $repo
if [[ "$branch" = "master" ]]
then
docker build -t $image_base:latest $repo
docker tag -f $image_base:latest $image_base:$release_maj
docker tag -f $image_base:latest $image_base:$release_min
docker tag $image_base:latest $image_base:$release_maj
docker tag $image_base:latest $image_base:$release_min
else
docker build -t $image_base:$release_min $repo
fi
test_exit=$?
cd $start
exit $test_exit
\ No newline at end of file
exit $test_exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment