Skip to content
Snippets Groups Projects
Unverified Commit c3347351 authored by Casey Kuhlman's avatar Casey Kuhlman
Browse files

fix reference to local_version to properly source


Signed-off-by: default avatarCasey Kuhlman <casey@monax.io>
parent 4476f6a1
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ jobs:
- run: |-
[[ -n \"$CIRCLE_PULL_REQUESTS\" ]] || \
echo $DOCKER_PASS_DEV | docker login --username $DOCKER_USER_DEV $CI_REGISTRY $DOCKER_HUB_DEV --password-stdin && \
docker tag $DOCKER_REPO:$(scripts/local_version.sh) $DOCKER_REPO_DEV:$(scripts/local_version.sh) && \
docker tag $DOCKER_REPO:$($CIRCLE_WORKING_DIRECTORY/scripts/local_version.sh) $DOCKER_REPO_DEV:$($CIRCLE_WORKING_DIRECTORY/scripts/local_version.sh) && \
docker push $DOCKER_REPO_DEV
release:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment