From 44a9ac16f3c413a239707f16b744ea1e5d825f28 Mon Sep 17 00:00:00 2001 From: Benjamin FERNANDEZ Date: Tue, 9 Jan 2024 12:24:24 +0100 Subject: [PATCH] Build official version v2.34.0 --- .../workflows/{manual-docker-images.yaml => docker-image.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{manual-docker-images.yaml => docker-image.yml} (98%) diff --git a/.github/workflows/manual-docker-images.yaml b/.github/workflows/docker-image.yml similarity index 98% rename from .github/workflows/manual-docker-images.yaml rename to .github/workflows/docker-image.yml index d9aedb9e10..6c8a531f9b 100644 --- a/.github/workflows/manual-docker-images.yaml +++ b/.github/workflows/docker-image.yml @@ -3,6 +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/test-build-image" tags: - "**"