Skip to content
Snippets Groups Projects
Verified Commit 000560f6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added push to build script

parent d0f4c083
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ TAGS=$(git describe --always --tags HEAD)
docker build -t $IMAGE:$TAGS .
docker tag $IMAGE:$TAGS $IMAGE:latest
echo Successfully tagged $IMAGE:latest
#docker push $IMAGE:$TAGS
#docker push $IMAGE:latest
\ No newline at end of file
docker push $IMAGE:$TAGS
docker push $IMAGE:latest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment