Skip to content

Commit 7e51526

Browse files
authored
Merge pull request #25 from test-IO/fix/circleci-image-name-convenion
Change CircleCI image name convention
2 parents fc8b423 + aad1cb1 commit 7e51526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ infra_container_registry_auth:
1212
jobs:
1313
test:
1414
docker:
15-
- image: circleci/ruby:2.7.1-node
15+
- image: cimg/ruby:2.7.1-node
1616
environment:
1717
- RAILS_ENV=test
1818
- RACK_ENV=test
@@ -37,7 +37,7 @@ jobs:
3737

3838
deploy:
3939
docker:
40-
- image: circleci/ruby:2.7.1-node
40+
- image: cimg/ruby:2.7.1-node
4141
steps:
4242
- checkout
4343
- run:

0 commit comments

Comments
 (0)