Skip to content
Snippets Groups Projects
Unverified Commit 23307f29 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: registry usage

parent 560ccdc1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-webui-testenv
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-webui/testenv
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
......@@ -78,7 +78,7 @@ build-testenv:
stage: setup
script:
- cd test/docker
- docker login -u indiscale -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest...
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment