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 174d947 commit 2d6689a
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 @@ -53,7 +53,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ steps.tref.outputs.img_name }}
if: ${{ steps.tref.outputs.major_release == '5'}}
if: ${{ steps.tref.outputs.major_release >= '5'}}

- name: Build and push container
id: push
Expand Down

0 comments on commit 2d6689a

Please sign in to comment.