Skip to content

Commit

Permalink
Update sv_pipeline_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili authored Jul 28, 2023
1 parent 5229e8d commit 9709b7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sv_pipeline_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ jobs:
id: build_and_publish
run: |
python ./scripts/docker/build_docker.py \
--targets manta \
--docker-repo us.gcr.io/${{ secrets.GCP_PROJECT_ID }}/gatk-sv ${{ secrets.AZ_CR }} \
--base-git-commit ${{ needs.build_args_job.outputs.base_sha }} \
--current-git-commit ${{ needs.build_args_job.outputs.head_sha }} \
--docker-repo ${{ secrets.AZ_CR }} us.gcr.io/${{ secrets.GCP_PROJECT_ID }}/gatk-sv \
--image-tag ${{ needs.build_args_job.outputs.image_tag }} \
--input-json $DOCKERS_AZURE $DOCKERS_GCP \
--output-json $DOCKERS_AZURE $DOCKERS_GCP \
Expand Down

0 comments on commit 9709b7a

Please sign in to comment.