Skip to content

Commit 0d390d7

Browse files
committed
github: Trigger image workflow on release.published
Updates #12753
1 parent da72ac2 commit 0d390d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Build Docker image
22

33
on:
4-
push:
5-
tags:
6-
- "*"
7-
workflow_dispatch:
4+
release:
5+
types: [published]
86
permissions:
97
packages: write
108

0 commit comments

Comments
 (0)