Skip to content

Commit 8c17f0f

Browse files
committed
Fix syntax
1 parent ae69de3 commit 8c17f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Create and publish a Docker image
22

33
on:
4-
tags:
4+
push:
5+
tags:
56
- 'v*'
67
pull_request:
78
branches:

0 commit comments

Comments
 (0)