Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jun 27, 2023
1 parent f175e61 commit 09295d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sv_pipeline_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- workflow_bug2
paths:
- 'src/**'
- 'dockerfiles/**'
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
branches:
- main
- workflow_bug2
paths:
- 'src/**'
- 'dockerfiles/**'
Expand Down Expand Up @@ -207,16 +209,15 @@ jobs:
id: build_and_publish
run: |
python ./scripts/docker/build_docker.py \
--base-git-commit ${{ needs.build_args_job.outputs.base_sha }} \
--current-git-commit ${{ needs.build_args_job.outputs.head_sha }} \
--docker-repo us.gcr.io/${{ secrets.GCP_PROJECT_ID }}/gatk-sv \
--targets manta \
--docker-repo us.gcr.io/${{ secrets.GCP_PROJECT_ID }}/gatk-sv ${{ secrets.AZ_CR }} \
--image-tag ${{ needs.build_args_job.outputs.image_tag }} \
--input-json $DOCKERS_AZURE $DOCKERS_GCP \
--output-json $DOCKERS_AZURE $DOCKERS_GCP \
--disable-git-protect
CHANGED=$(git diff --quiet $DOCKERS_GCP || echo True)
echo "::set-output name=CHANGED::$CHANGED"
echo "CHANGED=$CHANGED" >> $GITHUB_OUTPUT
- name: Commit Changes to dockers_*.json
if: steps.build_and_publish.outputs.CHANGED
Expand Down

0 comments on commit 09295d0

Please sign in to comment.