Skip to content

Commit

Permalink
fix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ authored Apr 10, 2024
1 parent 74f887b commit 28b1e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-oci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
tags: |
type=ref,event=pr,prefix="0.0.0+",priority=2999
type=ref,event=pr,prefix=0.0.0+pr-,priority=2999
type=raw,enable={{is_default_branch}},value=${{ steps.props.outputs.version }},priority=1999
- name: Release Helm Chart
Expand Down

0 comments on commit 28b1e22

Please sign in to comment.