Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 25, 2024
1 parent 1c72724 commit c42082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
images: ${{ env.DOCKER_HUB_REPO }}
tags: |
# Tag for branches that match 'release/*', extract the part after 'release/' as the tag
type=ref,event=branch,pattern=chore/*,group=release,format={{trimPrefix chore/ .RefName}}
type=ref,event=branch,pattern=refs/heads/chore/*,group=release,format={{trimPrefix refs/heads/chore/ .RefName}}
# Tag for all other branches (e.g., main, develop) using the branch name directly
type=ref,event=branch,pattern=*,group=branch,format={{ .RefName }}
# Tag for pull requests using the PR number (e.g., pr123)
Expand Down

0 comments on commit c42082a

Please sign in to comment.