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 0fd541e commit 66fcbffCopy full SHA for 66fcbff
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs: # a collection of steps
47
- setup_remote_docker
48
- run:
49
name: echo "Build Docker image"
50
- command: 'docker build -t my-new-container-circleCI-goof-image .'
+ command: 'docker build -t my-new-container-circleci-goof-image .'
51
- snyk/scan:
52
fail-on-issues: false
53
monitor-on-build: true
@@ -56,7 +56,7 @@ jobs: # a collection of steps
56
project: circleCi-goof-container
57
severity-threshold: low
58
target-file: Dockerfile
59
- docker-image-name: my-new-container-circleCI-goof-image
+ docker-image-name: my-new-container-circleci-goof-image
60
61
#workflows:
62
#node-tests:
0 commit comments