Skip to content

Commit 2bb13a6

Browse files
committed
Build docker image when a tag is pushed
1 parent 8ec0889 commit 2bb13a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: build and push image to dockerhub
22
on:
33
push:
4-
branches:
5-
- ona-custom-changes
4+
tags:
5+
- '[0-9]+\.[0-9]+\.[0-9]+'
66
workflow_dispatch:
77
inputs:
88
versionTag:

0 commit comments

Comments
 (0)