Skip to content

Commit 6069b16

Browse files
committed
Improved github actions rules
1 parent 6c76237 commit 6069b16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release Docker Image
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- v*
67

78
jobs:
89
release:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags-ignore:
8+
- v*
79

810
jobs:
911
release:

0 commit comments

Comments
 (0)