Skip to content
Snippets Groups Projects
Commit 72230bbe authored by Fabian Lee's avatar Fabian Lee
Browse files

changes for new tag v1.0.5

parent 816ff528
Branches
Tags v1.0.5
No related merge requests found
Pipeline #1011352352 passed
......@@ -56,7 +56,7 @@ build-and-push-image:
# do build and push
BUILD_TIME=$(date -u '+%Y-%m-%d_%H:%M:%S')
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
docker build -f Dockerfile --build-arg BUILD_TIME=$x --build-arg GITREF=$CI_COMMIT_SHORT_SHA -t $IMAGE_TAG .
docker build -f Dockerfile --build-arg BUILD_TIME=$BUILD_TIME --build-arg GITREF=$CI_COMMIT_SHORT_SHA -t $IMAGE_TAG .
docker push $IMAGE_TAG
# works to save values to .env file that can be 'source' from other tasks
# artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment