Skip to content

Commit 66fcbff

Browse files
committed
Updated config.yml
1 parent 0fd541e commit 66fcbff

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
@@ -47,7 +47,7 @@ jobs: # a collection of steps
4747
- setup_remote_docker
4848
- run:
4949
name: echo "Build Docker image"
50-
command: 'docker build -t my-new-container-circleCI-goof-image .'
50+
command: 'docker build -t my-new-container-circleci-goof-image .'
5151
- snyk/scan:
5252
fail-on-issues: false
5353
monitor-on-build: true
@@ -56,7 +56,7 @@ jobs: # a collection of steps
5656
project: circleCi-goof-container
5757
severity-threshold: low
5858
target-file: Dockerfile
59-
docker-image-name: my-new-container-circleCI-goof-image
59+
docker-image-name: my-new-container-circleci-goof-image
6060

6161
#workflows:
6262
#node-tests:

0 commit comments

Comments
 (0)