From ce56cba3db7bc685a972d589f36e114a55994825 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Wed, 25 Sep 2024 13:24:55 +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 1e935fa..2bc5746 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -69,7 +69,7 @@ jobs: # 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) - type=ref,event=pull_request,format=pr{{ .RefNum } + type=ref,event=pr,format=pr{{ .RefNum } - name: "[build] build and push by digest" id: build