Skip to content

Commit 4779a21

Browse files
committed
ci: fix workflow
1 parent 6215c3c commit 4779a21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
name: Publish Docker images
1111

1212
on:
13-
tags:
14-
- "v*"
13+
push:
14+
tags:
15+
- "v*"
1516

1617
jobs:
1718
push_to_registry:

0 commit comments

Comments
 (0)