From 15acca81d8b554caa23aad497af5dad0d525a8ec Mon Sep 17 00:00:00 2001 From: Leon Stoldt <31759512+LeonStoldt@users.noreply.github.com> Date: Thu, 2 Dec 2021 23:58:06 +0100 Subject: [PATCH] refactor(ci): publish on tag push event --- .github/workflows/docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9c968e0b2..4455f43ef 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,8 @@ name: Docker Image CI on: push: - branches: [ main ] - pull_request: - branches: [ main ] + tags: + - 'v*.*.*' jobs: