chore: split version-26 to new branch

This commit is contained in:
hoellen 2023-06-12 14:07:27 +02:00
parent a7ba180598
commit 867943620a

View File

@ -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 }}