Skip to content

Commit

Permalink
fix docker-push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Dec 13, 2024
1 parent 71678a7 commit 0973904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ docker push mercureimaging/mercure-ui:$TAG
docker push mercureimaging/alpine-sshd:latest
docker push mercureimaging/processing-step:$TAG
docker push mercureimaging/mercure-dummy-processor:$TAG
docker push mercureimaging/mercure-worker:$TAG

if [ "$ANS_LATEST" = "y" ]; then
echo "Now pushing images as 'latest'..."
Expand All @@ -44,6 +45,7 @@ docker push mercureimaging/mercure-cleaner:latest
docker push mercureimaging/mercure-ui:latest
docker push mercureimaging/processing-step:latest
docker push mercureimaging/mercure-dummy-processor:latest
docker push mercureimaging/mercure-worker:latest
fi

echo ""
Expand Down

0 comments on commit 0973904

Please sign in to comment.