Skip to content

Commit

Permalink
Update .github/workflows/containers-ghcr.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Eddy Ashton <[email protected]>
  • Loading branch information
achamayou and eddyashton authored Jul 4, 2024
1 parent f9df194 commit 73f4760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
if: ${{ steps.tref.outputs.major_release == '5'}}
if: ${{ steps.tref.outputs.major_release >= '5'}}

- name: Attest container
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 73f4760

Please sign in to comment.