Browse Source

Set GitLab registry docker tags to match dockerhub

merge-requests/225/head
Jonas Zohren 4 years ago
parent
commit
98754f4066
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -178,7 +178,7 @@ build:docker:next:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "next"' - if: '$CI_COMMIT_BRANCH == "next"'
variables: variables:
GL_IMAGE_TAG: "$CI_REGISTRY_IMAGE/conduit:next" GL_IMAGE_TAG: "$CI_REGISTRY_IMAGE/matrix-conduit:next"
DH_IMAGE_TAG: "$DOCKER_HUB_IMAGE/matrixconduit/matrix-conduit:next" DH_IMAGE_TAG: "$DOCKER_HUB_IMAGE/matrixconduit/matrix-conduit:next"
build:docker:master: build:docker:master:
@ -186,7 +186,7 @@ build:docker:master:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
variables: variables:
GL_IMAGE_TAG: "$CI_REGISTRY_IMAGE/conduit:latest" GL_IMAGE_TAG: "$CI_REGISTRY_IMAGE/matrix-conduit:latest"
DH_IMAGE_TAG: "$DOCKER_HUB_IMAGE/matrixconduit/matrix-conduit:latest" DH_IMAGE_TAG: "$DOCKER_HUB_IMAGE/matrixconduit/matrix-conduit:latest"
## Build a docker image by packaging up the x86_64-unknown-linux-musl binary into an alpine image ## Build a docker image by packaging up the x86_64-unknown-linux-musl binary into an alpine image

Loading…
Cancel
Save