Skip to content

Commit

Permalink
Build docker image when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Dec 14, 2022
1 parent 8ec0889 commit 2bb13a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: build and push image to dockerhub
on:
push:
branches:
- ona-custom-changes
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'
workflow_dispatch:
inputs:
versionTag:
Expand Down

0 comments on commit 2bb13a6

Please sign in to comment.