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 a317bf9 commit ce56cba
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 @@ -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
Expand Down

0 comments on commit ce56cba

Please sign in to comment.