Skip to content

Commit

Permalink
dont build and push the cpu container
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Oct 23, 2024
1 parent 6b0c4b0 commit d420d54
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,12 @@ jobs:
with:
python_version: "3.10"

call-docker-ghcr-workflow-cpu:
call-docker-ghcr-workflow:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.cpu
release_branch: main
develop_branch: develop
user: tools-bot
file: Dockerfile
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

call-docker-ghcr-workflow-gpu:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}.gpu
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
release_branch: main
develop_branch: develop
user: tools-bot
Expand Down

0 comments on commit d420d54

Please sign in to comment.