From 503c1c3cada33ff541144fde6cf0e57acc21f3b8 Mon Sep 17 00:00:00 2001 From: Enrico Eberhard Date: Fri, 24 May 2024 17:08:54 +0200 Subject: [PATCH] ci: build on branch patch/v7.4.1 --- .github/workflows/build-release.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 95ec0513f..6e29a3993 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -5,6 +5,7 @@ on: branches: - develop - main + - patch/v7.4.1 tags: - "v*.*.*" @@ -13,11 +14,7 @@ jobs: runs-on: ubuntu-latest name: Get tag outputs: - tag: ${{ steps.parse-tag.outputs.tag }} - steps: - - uses: actions/checkout@v3 - - uses: aica-technology/.github/.github/actions/docker-tag-from-git@v0.6.1 - id: parse-tag + tag: v7.4.1 build: needs: [get-tag]