fix(ci): trigger build on demand
All checks were successful
Build / build-amd64 (push) Successful in 8m24s
Build / build-arm64 (push) Successful in 10m29s

This commit is contained in:
Markus Pesch 2025-05-06 18:50:32 +02:00
parent 6b2f4de5cb
commit 0421906f84
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -9,6 +9,7 @@ on:
push:
branches:
- master
workflow_dispatch: {}
jobs:
build-arm64:
@ -18,7 +19,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.10.0
- name: Build and push image
- name: Build image
run: |
TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm')
@ -36,7 +37,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.10.0
- name: Build and push image
- name: Build image
run: |
TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm')