Skip to content
Snippets Groups Projects
Commit 1a87c030 authored by Martin Weise's avatar Martin Weise
Browse files

release script updated

Former-commit-id: 3f5b4f30
parent 1fead15e
Branches
Tags
1 merge request!42Fixed the query service tests
...@@ -20,8 +20,8 @@ echo "Authentication required for user ${USER} at docker.io (docker hub)" ...@@ -20,8 +20,8 @@ echo "Authentication required for user ${USER} at docker.io (docker hub)"
docker login docker.io -u $USER docker login docker.io -u $USER
# tag # tag
IMAGE=$(ls -d fda-*) IMAGES=$(ls -d fda-*)
for DIR in $IMAGE for IMAGE in $IMAGES
do do
echo "TAG ${DIR} (local) ${IMAGE}:latest (remote) ${USER}/${IMAGE}:${VERSION}" echo "TAG ${DIR} (local) ${IMAGE}:latest (remote) ${USER}/${IMAGE}:${VERSION}"
docker tag "${IMAGE}:latest" "${USER}/${IMAGE}:${VERSION}" docker tag "${IMAGE}:latest" "${USER}/${IMAGE}:${VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment