From 7ad3aa74b999a82b930d633e3241916903252396 Mon Sep 17 00:00:00 2001 From: Fernandez Benjamin Date: Thu, 27 Jul 2023 09:08:46 +0200 Subject: [PATCH] Update docker-image.yml Signed-off-by: Fernandez Benjamin --- .github/workflows/docker-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4a3e1815b9..d9aedb9e10 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,7 +3,8 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - branches: ['support/v2.37.0-orange'] + tags: + - "**" # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: