build and publish docker image when tagging

This commit is contained in:
2021-01-01 17:52:31 +11:00
parent 8c303a67e5
commit 8de7bcead4
+2
View File
@@ -5,6 +5,8 @@ on:
push:
branches:
- '*'
tags:
- v*
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'wahyd4/aria2-ariang-docker'