From c636efa3e704948ca61ea2a5ed275f2ef71d4822 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Thu, 21 Jan 2021 22:38:04 +0100 Subject: [PATCH] [CI] Only build new Docker image on tags --- .github/workflows/DockerHub.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/DockerHub.yml b/.github/workflows/DockerHub.yml index 5fc126f..b5b23f8 100644 --- a/.github/workflows/DockerHub.yml +++ b/.github/workflows/DockerHub.yml @@ -1,6 +1,9 @@ name: "Update Docker Images" -on: [ push, pull_request ] +on: + push: + tags: + - "**" jobs: MoveTag: