Skip to content

Commit

Permalink
Merge branch 'search-s3' of https://github.com/asfhyp3/hyp3-srg into …
Browse files Browse the repository at this point in the history
…search-s3
  • Loading branch information
AndrewPlayer3 committed Oct 15, 2024
2 parents f4bb3b8 + 36a0f05 commit 441b41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
call-docker-ghcr-workflow-cpu:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@develop # TODO: pin to latest release
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@0.12.0
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.cpu
release_branch: main
Expand All @@ -41,7 +41,7 @@ jobs:
call-docker-ghcr-workflow-gpu:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@develop # TODO: pin to latest release
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@0.12.0
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.gpu
release_branch: main
Expand Down

0 comments on commit 441b41a

Please sign in to comment.