Skip to content

Commit

Permalink
Updated registry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBaauw committed Jun 24, 2020
1 parent ab07355 commit 7e2e45e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ stages:
- deploy

variables:
REGISTRY_URL: "registry.planning.nl"
REGISTRY_IMAGE: "registry.planning.nl/emulating-k8s/emulating-k8s"
REGISTRY_URL: "$CI_REGISTRY"
REGISTRY_IMAGE: "$CI_REGISTRY_IMAGE"
REGISTRY_USER: "$CI_REGISTRY_USER"
REGISTRY_PASSWORD: "$CI_REGISTRY_PASSWORD"
CI_IMAGE: "$REGISTRY_IMAGE/build-image-$CI_COMMIT_REF_SLUG"
VK_IMAGE: "$REGISTRY_IMAGE/apatelet-$CI_COMMIT_REF_SLUG"
CP_IMAGE: "$REGISTRY_IMAGE/controlplane-$CI_COMMIT_REF_SLUG"
Expand Down

0 comments on commit 7e2e45e

Please sign in to comment.