Skip to content

Commit

Permalink
fix(CI): Fix image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Rajawat <[email protected]>
  • Loading branch information
Anurag Rajawat committed May 27, 2024
1 parent 4da7601 commit e86dd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
fi
- name: Build image
run: make docker-build
run: make docker-build TAG=${{ steps.tag.outputs.tag }}
working-directory: ${{ inputs.WORKING_DIRECTORY }}

- name: Scan image
uses: anchore/scan-action@v3
with:
image: '5gsec/${{ inputs.NAME }}:v0.1'
image: '5gsec/${{ inputs.NAME }}:${{ steps.tag.outputs.tag }}'
severity-cutoff: critical
output-format: sarif

Expand Down

0 comments on commit e86dd56

Please sign in to comment.