From 13ecfe5494c9a41497407dbb9318f17b3b85d740 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 24 Jun 2026 14:50:15 +0200 Subject: [PATCH] update build --- .gitea/workflows/action.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 17eb085..45bc6ba 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -1,6 +1,20 @@ name: 'Build docker container' on: release: + workflow_dispatch: + inputs: + branch: + description: "Select branch to build" + required: true + type: choice + options: + - 9.0-alpine-23 + - 9.0-alpine-22 + - 9.0-alpine-21 + - 8.0-alpine-22 + - 8.0-alpine-21 + + jobs: build: runs-on: ubuntu-latest @@ -10,6 +24,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ inputs.branch }} + - name: Install Docker run: | echo "Checking docker installation" @@ -36,6 +53,7 @@ jobs: images: | git.claeyscloud.com/david/net-base tags: | + type=raw,value=${{ inputs.branch }} type=semver,pattern={{raw}} type=semver,pattern={{version}} type=semver,pattern={{major}}