chore: split version-25 to new branch

This commit is contained in:
2023-03-21 21:33:37 +01:00
parent b2fcf47b96
commit dc50eed61b

View File

@ -3,7 +3,7 @@ name: build
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ version-25 ]
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 }}