Skip to content
Snippets Groups Projects
Commit 328c20cb authored by lennart's avatar lennart
Browse files

push also latest

parent 1fdfa02a
No related branches found
No related tags found
No related merge requests found
...@@ -25,4 +25,6 @@ docker push "$5/$IMAGENAME-dev" ...@@ -25,4 +25,6 @@ docker push "$5/$IMAGENAME-dev"
if [ -n "$6" ]; then if [ -n "$6" ]; then
docker tag "$IMAGENAME" "$5/$IMAGENAME-$6" docker tag "$IMAGENAME" "$5/$IMAGENAME-$6"
docker push "$5/$IMAGENAME-$6" docker push "$5/$IMAGENAME-$6"
docker tag "$IMAGENAME" "$5/$IMAGENAME-latest"
docker push "$5/$IMAGENAME-latest"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment