We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4bb9 commit fe21eecCopy full SHA for fe21eec
1 file changed
.github/workflows/kubernetes.yaml
@@ -195,7 +195,7 @@ jobs:
195
uses: docker/setup-buildx-action@v2
196
- name: Build single image
197
if: inputs.imageTargets == ''
198
- uses: ./.github/workflows/build.single.yaml
+ uses: .github/workflows/build.single.yaml
199
with:
200
IMAGE_SCAN_SEVERITY: LOW
201
IMAGE_SCAN_SEVERITY_THRESHOLD: CRITICAL
@@ -214,7 +214,7 @@ jobs:
214
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
215
- name: Build images in a matrix
216
if: inputs.imageTargets != ''
217
- uses: ./.github/workflows/build.matrix.yaml
+ uses: .github/workflows/build.matrix.yaml
218
219
artifactName: ${{ inputs.artifactName }}
220
artifactPath: ${{ inputs.artifactPath }}
0 commit comments