Skip to content

Commit

Permalink
Semver without value 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 4, 2024
1 parent b1e3a26 commit 2224b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# 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=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 2224b89

Please sign in to comment.