Skip to content
Snippets Groups Projects
Commit 3c84e208 authored by Nico's avatar Nico
Browse files

only run on runners where we have did

parent 3415c704
Branches
No related tags found
No related merge requests found
Pipeline #1203 passed
...@@ -17,6 +17,8 @@ cache: ...@@ -17,6 +17,8 @@ cache:
build: build:
stage: build stage: build
image: docker:latest image: docker:latest
tags:
- docker-did
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t $IMAGE_TAG . - docker build -t $IMAGE_TAG .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment