2 Commits

Author SHA1 Message Date
3f93896f52 hf: add checkout to container image workflow
All checks were successful
Build and Publish / check-chart (push) Successful in 14s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / go-binaries (push) Successful in 2m18s
Build and Publish / container-images (push) Successful in 2m19s
2025-07-28 17:11:30 -04:00
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

View File

@ -71,6 +71,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
steps: steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3