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

This commit is contained in:
2025-07-28 17:11:30 -04:00
parent 6c1f325b8c
commit 3f93896f52

View File

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