Skip to content

Commit

Permalink
Fix version ref
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Nov 8, 2022
1 parent 7cd4207 commit b1be502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Docker Upload
run: |
docker push yurishkuro/microsim:${{ github.ref_name }}
docker push yurishkuro/microsim:${VERSION}
- name: SBOM Generation
uses: anchore/sbom-action@b7e8507c6a3c89b7099a0198366d862c8f3ad8f1
Expand Down

0 comments on commit b1be502

Please sign in to comment.