Skip to content

Commit

Permalink
Revert "#2: use "master" as Docker image version in CI config to forc…
Browse files Browse the repository at this point in the history
…e its creation in registry"

This reverts commit eff3657.
  • Loading branch information
dzhoshkun committed Sep 24, 2019
1 parent eff3657 commit ff6b181
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:master
DOCKER_IMAGE_NAME_CI: ${CI_REGISTRY_IMAGE}/puma-ci-linux:${CI_COMMIT_REF_SLUG}
services:
- docker:dind
script:
Expand Down

0 comments on commit ff6b181

Please sign in to comment.