split build jobs #2

Merged
rmcguire merged 2 commits from development into main 2025-07-28 21:08:53 +00:00
30 changed files with 782 additions and 514 deletions
Showing only changes of commit f0349e9fa5 - Show all commits

View File

@ -20,7 +20,7 @@ env:
CHART_DIR: helm/
jobs:
release:
go-binaries:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
steps:
@ -67,6 +67,10 @@ jobs:
exit 1
fi
container-images:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3