Skip to content
Snippets Groups Projects
Commit 5ec87795 authored by Nandan Sadineni's avatar Nandan Sadineni
Browse files

Update .gitlab-ci.yml file

parent fcc50560
Branches
No related merge requests found
Pipeline #208480 failed with stage
in 6 seconds
......@@ -40,8 +40,8 @@ test:
release-image:
stage: release
script:
- docker pull CONTAINER_RELEASE_IMAGE
- docker tag CONTAINER_RELEASE_IMAGE $CONTAINER_RELEASE_IMAGE_TAG
- docker pull $CONTAINER_RELEASE_IMAGE
- docker tag $CONTAINER_RELEASE_IMAGE $CONTAINER_RELEASE_IMAGE_TAG
- docker push $CONTAINER_RELEASE_IMAGE_TAG
only:
- master
......
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