Skip to content

Commit fe21eec

Browse files
committed
adjust path to the workflow
1 parent a3a4bb9 commit fe21eec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kubernetes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
uses: docker/setup-buildx-action@v2
196196
- name: Build single image
197197
if: inputs.imageTargets == ''
198-
uses: ./.github/workflows/build.single.yaml
198+
uses: .github/workflows/build.single.yaml
199199
with:
200200
IMAGE_SCAN_SEVERITY: LOW
201201
IMAGE_SCAN_SEVERITY_THRESHOLD: CRITICAL
@@ -214,7 +214,7 @@ jobs:
214214
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
215215
- name: Build images in a matrix
216216
if: inputs.imageTargets != ''
217-
uses: ./.github/workflows/build.matrix.yaml
217+
uses: .github/workflows/build.matrix.yaml
218218
with:
219219
artifactName: ${{ inputs.artifactName }}
220220
artifactPath: ${{ inputs.artifactPath }}

0 commit comments

Comments
 (0)