From 9c19a7ec35b3469aad4bbd28cc2b7fe3133ad27c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 14 Oct 2021 15:36:39 +0200 Subject: [PATCH] ci: trigger image pipeline also when tagging --- .github/workflows/image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0fab3f30..e96f061d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -5,6 +5,8 @@ on: push: branches: - master + tags: + - '*' jobs: docker: