From c42082a0412a1642b4f6f34ad330fb8a44dcf503 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Wed, 25 Sep 2024 13:31:36 +1200 Subject: [PATCH] testing --- .github/workflows/portainer-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/portainer-updater.yml b/.github/workflows/portainer-updater.yml index 93bf021..ceae555 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -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)