Skip to content

Commit 7db9243

Browse files
author
Kevin Buchholz
committed
fix syntax
1 parent 93025d4 commit 7db9243

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stableImageBuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build stable image
22

33
on:
4-
tags:
5-
- '*.*.*'
4+
push:
5+
tags:
6+
- '*.*.*'
67

78
jobs:
89
docker:

0 commit comments

Comments
 (0)