Skip to content

Commit 4b1f3cb

Browse files
author
Roman Prydybailo
committed
Workflows
1 parent e6a142d commit 4b1f3cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

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

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
67

78
jobs:
89
push_to_registry:

0 commit comments

Comments
 (0)