Skip to content

Commit

Permalink
Update build.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Nov 7, 2024
1 parent 33e3aab commit 9dd87ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
build-args: ${{ inputs.image_build_args && toJSON(inputs.image_build_args) || '' }}

- name: Scan image
uses: anchore/scan-action@v3
uses: anchore/scan-action@v5
if: ${{ inputs.enable_scan }}
with:
image: ${{ env.IMAGE_ARTIFACT_URL }}:${{ inputs.image_tag }}
Expand Down

0 comments on commit 9dd87ce

Please sign in to comment.