Commit 7416eb25 authored by Tobias Munk's avatar Tobias Munk

fixed doma variables

parent a49ce342
Pipeline #2346 skipped
......@@ -54,8 +54,8 @@ export STACK_VERSION=`echo $CURRENT_VERSION | sed 's/\./-/g'`
## Create tagged image
if [ "$LATEST_TAG" = "$CURRENT_VERSION" ]; then
echo "Stable tag $CURRENT_VERSION detected, tagging image..."
make docker-tag version=$CURRENT_VERSION
make docker-push version=$CURRENT_VERSION
make docker-tag IMAGE_VERSION=$CURRENT_VERSION
make docker-push IMAGE_VERSION=$CURRENT_VERSION
echo "Image pushed to registry."
else
echo "No stable tag found."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment