Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Jan 24, 2024
1 parent cdf0bd2 commit d2ccdd8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ci-templates/000_3.6.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ Deploy_36:
needs: ["Build_36"]
rules:
- when: on_success
script:
- docker pull $DOCKER_REGISTRY_IMAGE:3.6.$CI_PIPELINE_ID
- docker tag $DOCKER_REGISTRY_IMAGE:3.6.$CI_PIPELINE_ID $DOCKER_REGISTRY_IMAGE:3.6
- docker push $DOCKER_REGISTRY_IMAGE:3.6
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
script:
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
- docker push nest/nest-simulator:3.6
- docker tag nest/nest-simulator:3.6 $DOCKER_REGISTRY_IMAGE:3.6
- docker push $DOCKER_REGISTRY_IMAGE:3.6
- docker logout $DOCKERHUB_REGISTRY
- docker logout $DOCKER_REGISTRY_IMAGE
- docker logout $DOCKER_REGISTRY
tags:
- shell-runner

0 comments on commit d2ccdd8

Please sign in to comment.