Skip to content

Commit

Permalink
chore: get correct tag for image scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
deowk committed Apr 25, 2024
1 parent 7532b2b commit 8394ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
uses: aiblockofficial/workflows/.github/workflows/scan-image.yml@main
secrets: inherit
with:
IMAGE: ${{ vars.REGISTRY }}/${{ vars.ORGANISATION_NAME }}/node-${{ matrix.node }}:${{ fromJson(needs.merge.outputs.json).tags[0] }}
IMAGE: ${{ fromJson(needs.merge.outputs.json).tags[0] }}

0 comments on commit 8394ad7

Please sign in to comment.