Skip to content

Commit 258e634

Browse files
committed
fix: path to workflows
1 parent 71fb003 commit 258e634

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-Dockerfile_jboss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-template:
10-
uses: ./.github/workflows/templates/build-and-push.yml
10+
uses: ./.github/workflows/build-and-push.yml
1111
with:
1212
dockerfile: docker/Dockerfile_jboss_lab
1313
full_image: quay.io/mguzman98/jboss_lab:v1.0.0

.github/workflows/build-Dockerfilebasic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

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

.github/workflows/build-Dockerfilevulnerable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-template:
10-
uses: ./.github/workflows/templates/build-and-push.yml
10+
uses: ./.github/workflows/build-and-push.yml
1111
with:
1212
dockerfile: docker/Dockerfile_vulnerable
1313
full_image: quay.io/mguzman98/shiftleft:v1.0.0
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)