Skip to content

Commit 2693b34

Browse files
committed
Remove branch trigger from Docker publish workflow
1 parent 4958e9c commit 2693b34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ jobs:
139139
${{ env.GHCR_REPO }}
140140
tags: |
141141
type=schedule,pattern={{date 'YYYY-MM-DD'}}
142-
type=ref,event=branch
143142
type=ref,event=tag
144-
type=ref,event=pr
145143
146144
- name: Create manifest list and push
147145
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)