Skip to content
Snippets Groups Projects
Unverified Commit 3f5b4f30 authored by Martin Weise's avatar Martin Weise
Browse files

release script updated

parent 3d1c9021
No related branches found
No related tags found
2 merge requests!81New stable release,!43Merge dev to master
......@@ -20,8 +20,8 @@ echo "Authentication required for user ${USER} at docker.io (docker hub)"
docker login docker.io -u $USER
# tag
IMAGE=$(ls -d fda-*)
for DIR in $IMAGE
IMAGES=$(ls -d fda-*)
for IMAGE in $IMAGES
do
echo "TAG ${DIR} (local) ${IMAGE}:latest (remote) ${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