Skip to content

Commit f439266

Browse files
committed
fix: name of dockerfiles
1 parent 258e634 commit f439266

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-Dockerfilebasic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Build Basic Docker
33
on:
44
push:
55
paths:
6-
- 'docker/Dockerfile_basic'
6+
- 'docker/Dockerfilebasic'
77

88
jobs:
99
call-template:
1010
uses: ./.github/workflows/build-and-push.yml
1111
with:
12-
dockerfile: docker/Dockerfile_basic
12+
dockerfile: docker/Dockerfilebasic
1313
full_image: quay.io/mguzman98/shiftleft:v1.0.0

.github/workflows/build-Dockerfilevulnerable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Build Vulnerable Docker
33
on:
44
push:
55
paths:
6-
- 'docker/Dockerfile_vulnerable'
6+
- 'docker/Dockerfilevulnerable'
77

88
jobs:
99
call-template:
1010
uses: ./.github/workflows/build-and-push.yml
1111
with:
12-
dockerfile: docker/Dockerfile_vulnerable
12+
dockerfile: docker/Dockerfilevulnerable
1313
full_image: quay.io/mguzman98/shiftleft:v1.0.0

0 commit comments

Comments
 (0)