Skip to content

Commit

Permalink
fix: use correct docker image for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Sep 12, 2019
1 parent 45fb7f5 commit 2bec1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ deploy docker images:
variables:
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://localhost:2375
DOCKER_BUILDKIT: '1'
DOCKER_BUILDKIT: "1"
services:
- docker:dind
- docker:18.09-dind
before_script:
- apk add --no-cache bash
- docker login -u $DOCKER_REGISTRY_USER -p $DOCKER_REGISTRY_PASSWORD
Expand Down

0 comments on commit 2bec1a7

Please sign in to comment.