Skip to content

Commit

Permalink
Fixup release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Jul 25, 2022
1 parent a5d8e16 commit b4e6046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
uses: akhilerm/[email protected]
with:
src: ghcr.io/arm-software/avhclient:${{ github.ref_name }}
dst: ${{ steps.version.outputs.refs }}
dst: ${{ steps.git.outputs.refs }}

- name: Inspect image
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sudo sh -s -- -b /usr/local/bin v0.51.0
syft --scope all-layers ghcr.io/arm-software/avhclient:${{ steps.version.outputs.tag }} --file docker-content.txt
syft --scope all-layers ghcr.io/arm-software/avhclient:${{ steps.version.outputs.tag }} --output spdx-json --file docker-content.json
syft --scope all-layers ghcr.io/arm-software/avhclient:${{ github.ref_name }} --file docker-content.txt
syft --scope all-layers ghcr.io/arm-software/avhclient:${{ github.ref_name }} --output spdx-json --file docker-content.json
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b4e6046

Please sign in to comment.