build docker image on tag push
This commit is contained in:
parent
3d7809e23c
commit
bd01ee7a91
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches-ignore:
|
||||
- 'dependabot/*'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user