Skip to content

Commit

Permalink
adjust build script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Jun 10, 2018
1 parent 6857dcf commit 8bc31e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ services:
variables:
REGISTRY: "docker.io"
REGISTRY_USER: "robpco"
RELEASE_TAG: "latest"
REGISTRY_IMAGE: "${REGISTRY}/${REGISTRY_USER}/${CI_PROJECT_NAME}:${RELEASE_TAG}"
REGISTRY_IMAGE: "${REGISTRY}/${REGISTRY_USER}/${CI_PROJECT_NAME}"

before_script:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD"
Expand Down

0 comments on commit 8bc31e0

Please sign in to comment.