Skip to content

Commit 031ca6a

Browse files
authored
Set target images for Azure based on commit SHA. (#498)
1 parent f1c4a47 commit 031ca6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sv_pipeline_docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ jobs:
230230
- name: Build and Publish Docker Images to ACR
231231
run: |
232232
python ./scripts/docker/build_docker.py \
233-
--targets manta \
233+
--base-git-commit ${{ needs.build_args_job.outputs.base_sha }} \
234+
--current-git-commit ${{ needs.build_args_job.outputs.head_sha }} \
234235
--docker-repo ${{ secrets.AZ_CR }} \
235236
--image-tag ${{ needs.build_args_job.outputs.image_tag }} \
236237
--input-json $DOCKERS_AZURE \

0 commit comments

Comments
 (0)