From 867943620a34e6fa8df258d1fd1ee122478ebbe9 Mon Sep 17 00:00:00 2001 From: hoellen Date: Mon, 12 Jun 2023 14:07:27 +0200 Subject: [PATCH] chore: split version-26 to new branch --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d2f81f..6a3a036 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: build on: workflow_dispatch: push: - branches: [ master ] + branches: [ version-26 ] schedule: # Build the image regularly (each Friday) - cron: '23 04 * * 5' @@ -53,7 +53,6 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - latest ${{ env.FULL_VERSION }} ${{ env.MAJOR_VERSION }}