We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c4a47 commit 031ca6aCopy full SHA for 031ca6a
.github/workflows/sv_pipeline_docker.yml
@@ -230,7 +230,8 @@ jobs:
230
- name: Build and Publish Docker Images to ACR
231
run: |
232
python ./scripts/docker/build_docker.py \
233
- --targets manta \
+ --base-git-commit ${{ needs.build_args_job.outputs.base_sha }} \
234
+ --current-git-commit ${{ needs.build_args_job.outputs.head_sha }} \
235
--docker-repo ${{ secrets.AZ_CR }} \
236
--image-tag ${{ needs.build_args_job.outputs.image_tag }} \
237
--input-json $DOCKERS_AZURE \
0 commit comments