Skip to content

Commit 752f3f6

Browse files
author
Dan Hertz
authored
add org name to container (#64)
1 parent 0c71e7b commit 752f3f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: ci build
1717
- run:
1818
name: test docker
19-
command: ci run --rm nightfall_dlp_build make test
19+
command: ci run --rm nightfall_code_scanner_build make test
2020
- run:
2121
name: Clean up reusable Docker
2222
command: clean_up_reusable_docker
@@ -47,7 +47,7 @@ jobs:
4747
-e CIRCLE_PULL_REQUEST=$CIRCLE_PULL_REQUEST \
4848
-e CIRCLE_SHA1=$CIRCLE_SHA1 \
4949
-e REVIEWDOG_TOKEN=$REVIEWDOG_TOKEN \
50-
--rm nightfall_dlp_build \
50+
--rm nightfall_code_scanner_build \
5151
sh -c '$(go env GOPATH)/bin/golangci-lint run \
5252
| $(go env GOPATH)/bin/reviewdog -f=golangci-lint -name=golangci -reporter='"$CHECK_LEVEL"' -level=error'
5353
- run:

docker-compose.ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '3.6'
22
services:
3-
nightfall_dlp_build:
3+
nightfall_code_scanner_build:
44
image: builder
55
build:
66
context: .
@@ -9,10 +9,10 @@ services:
99
GO_ENV: ci
1010
command: ./nightfall_dlp
1111

12-
nightfall_dlp:
12+
nightfall_code_scanner:
1313
build:
1414
context: .
15-
image: nightfall_code_scanner
15+
image: nightfallai/nightfall_code_scanner
1616

1717
wait:
1818
image: deliveroo/circleci:0.2.8

0 commit comments

Comments
 (0)