We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20acfb commit bceea25Copy full SHA for bceea25
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2 # use CircleCI 2.0
3
jobs: # a collection of steps
4
build: # runs not using Workflows must have a `build` job as entry point
5
docker: # run the steps with Docker
6
- - image: circleci/node:lts # ...with this image as the primary container; this is where all `steps` will run
+ - image: cimg/node:lts # ...with this image as the primary container; this is where all `steps` will run
7
steps:
8
- checkout
9
- run:
@@ -52,7 +52,7 @@ jobs: # a collection of steps
52
53
docs:
54
docker:
55
- - image: circleci/ruby:2.7.1-buster-node
+ - image: cimg/ruby:2.7.1-buster-node
56
environment:
57
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
58
0 commit comments