Skip to content

Commit 8167fa6

Browse files
authored
Merge pull request #7 from metal-stack/fix-release-pipeline
Fix release pipeline.
2 parents b03b075 + 58f0a40 commit 8167fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build image from release tag
22

33
on:
4-
push:
5-
tags:
6-
- "v*"
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)