build docker image on tag push

This commit is contained in:
BuckarooBanzay 2021-01-05 13:19:32 +01:00
parent 3d7809e23c
commit bd01ee7a91

View File

@ -4,6 +4,10 @@ on:
push:
branches:
- master
branches-ignore:
- 'dependabot/*'
tags:
- '*'
jobs:
build: