Skip to content

Commit

Permalink
Semver raw tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 4, 2024
1 parent 8650f69 commit 53a48bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
# type=ref,event=branch
# type=ref,event=tag
# type=semver,pattern=v{{version}}
type=semver,pattern=v{{version}},value=${{ steps.fetch-latest-release-tags.outputs.tag_name }}
# type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', inputs.branch ) }}
# type=semver,pattern=v{{version}},value=${{ steps.fetch-latest-release-tags.outputs.tag_name }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', inputs.branch ) }}
- name: Login to DockerHub
# if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 53a48bf

Please sign in to comment.