Skip to content

Commit

Permalink
#2: use "master" as Docker image version in CI config to force its cr…
Browse files Browse the repository at this point in the history
…eation in registry
  • Loading branch information
dzhoshkun committed Sep 24, 2019
1 parent 1aa1b28 commit eff3657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup:docker:linux:
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
DOCKER_IMAGE_NAME_CI: ${CI_REGISTRY_IMAGE}/puma-ci-linux:${CI_COMMIT_REF_SLUG}
DOCKER_IMAGE_NAME_CI: ${CI_REGISTRY_IMAGE}/puma-ci-linux:master
services:
- docker:dind
script:
Expand Down

0 comments on commit eff3657

Please sign in to comment.