ci: trigger image pipeline also when tagging

This commit is contained in:
Ettore Di Giacinto 2021-10-14 15:36:39 +02:00
parent 70866c3281
commit 9c19a7ec35

View File

@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- master - master
tags:
- '*'
jobs: jobs:
docker: docker: