3 Commits

Author SHA1 Message Date
6c1f325b8c Merge pull request 'split build jobs' (#2) from development into main
Some checks failed
Build and Publish / check-chart (push) Successful in 12s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Failing after 53s
Build and Publish / go-binaries (push) Successful in 2m17s
Reviewed-on: #2
2025-07-28 21:08:52 +00:00
e7f11d7d33 Merge branch 'main' into development 2025-07-28 17:08:08 -04:00
f0349e9fa5 split build jobs 2025-07-28 17:06:26 -04:00

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