@@ -186,7 +186,7 @@ jobs:
186
186
- name : Checkout # adding checkout step just to make trivy upload happy
187
187
uses : acryldata/sane-checkout-action@v3
188
188
- name : Download image
189
- uses : ishworkh/docker -image-artifact-download@v1
189
+ uses : ishworkh/container -image-artifact-download@v2.0.0
190
190
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
191
191
with :
192
192
image : ${{ env.DATAHUB_GMS_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -257,7 +257,7 @@ jobs:
257
257
- name : Checkout # adding checkout step just to make trivy upload happy
258
258
uses : acryldata/sane-checkout-action@v3
259
259
- name : Download image
260
- uses : ishworkh/docker -image-artifact-download@v1
260
+ uses : ishworkh/container -image-artifact-download@v2.0.0
261
261
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
262
262
with :
263
263
image : ${{ env.DATAHUB_MAE_CONSUMER_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -328,7 +328,7 @@ jobs:
328
328
- name : Checkout # adding checkout step just to make trivy upload happy
329
329
uses : acryldata/sane-checkout-action@v3
330
330
- name : Download image
331
- uses : ishworkh/docker -image-artifact-download@v1
331
+ uses : ishworkh/container -image-artifact-download@v2.0.0
332
332
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
333
333
with :
334
334
image : ${{ env.DATAHUB_MCE_CONSUMER_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -399,7 +399,7 @@ jobs:
399
399
- name : Checkout # adding checkout step just to make trivy upload happy
400
400
uses : acryldata/sane-checkout-action@v3
401
401
- name : Download image
402
- uses : ishworkh/docker -image-artifact-download@v1
402
+ uses : ishworkh/container -image-artifact-download@v2.0.0
403
403
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
404
404
with :
405
405
image : ${{ env.DATAHUB_UPGRADE_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -472,7 +472,7 @@ jobs:
472
472
- name : Checkout # adding checkout step just to make trivy upload happy
473
473
uses : actions/checkout@v4
474
474
- name : Download image
475
- uses : ishworkh/docker -image-artifact-download@v1
475
+ uses : ishworkh/container -image-artifact-download@v2.0.0
476
476
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
477
477
with :
478
478
image : ${{ env.DATAHUB_FRONTEND_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -533,7 +533,7 @@ jobs:
533
533
- name : Checkout # adding checkout step just to make trivy upload happy
534
534
uses : acryldata/sane-checkout-action@v3
535
535
- name : Download image
536
- uses : ishworkh/docker -image-artifact-download@v1
536
+ uses : ishworkh/container -image-artifact-download@v2.0.0
537
537
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
538
538
with :
539
539
image : ${{ env.DATAHUB_KAFKA_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -594,7 +594,7 @@ jobs:
594
594
- name : Checkout # adding checkout step just to make trivy upload happy
595
595
uses : acryldata/sane-checkout-action@v3
596
596
- name : Download image
597
- uses : ishworkh/docker -image-artifact-download@v1
597
+ uses : ishworkh/container -image-artifact-download@v2.0.0
598
598
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
599
599
with :
600
600
image : ${{ env.DATAHUB_MYSQL_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -655,7 +655,7 @@ jobs:
655
655
- name : Checkout # adding checkout step just to make trivy upload happy
656
656
uses : acryldata/sane-checkout-action@v3
657
657
- name : Download image
658
- uses : ishworkh/docker -image-artifact-download@v1
658
+ uses : ishworkh/container -image-artifact-download@v2.0.0
659
659
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' }}
660
660
with :
661
661
image : ${{ env.DATAHUB_ELASTIC_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
@@ -727,7 +727,7 @@ jobs:
727
727
- name : Check out the repo
728
728
uses : acryldata/sane-checkout-action@v3
729
729
- name : Download Base Image
730
- uses : ishworkh/docker -image-artifact-download@v1
730
+ uses : ishworkh/container -image-artifact-download@v2.0.0
731
731
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' && needs.setup.outputs.ingestion_base_change == 'true' }}
732
732
with :
733
733
image : ${{ env.DATAHUB_INGESTION_BASE_IMAGE }}:${{ needs.setup.outputs.ingestion_base_change == 'true' && needs.setup.outputs.unique_tag || 'head' }}
@@ -775,7 +775,7 @@ jobs:
775
775
- name : Check out the repo
776
776
uses : acryldata/sane-checkout-action@v3
777
777
- name : Download Base Image
778
- uses : ishworkh/docker -image-artifact-download@v1
778
+ uses : ishworkh/container -image-artifact-download@v2.0.0
779
779
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' && needs.setup.outputs.ingestion_base_change == 'true' }}
780
780
with :
781
781
image : ${{ env.DATAHUB_INGESTION_BASE_IMAGE }}:${{ needs.setup.outputs.ingestion_base_change == 'true' && needs.setup.outputs.unique_tag || 'head' }}
@@ -836,7 +836,7 @@ jobs:
836
836
if : ${{ needs.setup.outputs.ingestion_change == 'true' || needs.setup.outputs.publish == 'true' || needs.setup.outputs.pr-publish =='true' }}
837
837
run : ./gradlew :metadata-ingestion:codegen
838
838
- name : Download Base Image
839
- uses : ishworkh/docker -image-artifact-download@v1
839
+ uses : ishworkh/container -image-artifact-download@v2.0.0
840
840
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' && needs.setup.outputs.ingestion_base_change == 'true' }}
841
841
with :
842
842
image : ${{ env.DATAHUB_INGESTION_BASE_IMAGE }}:${{ needs.setup.outputs.ingestion_base_change == 'true' && needs.setup.outputs.unique_slim_tag || 'head-slim' }}
@@ -883,7 +883,7 @@ jobs:
883
883
- name : Checkout # adding checkout step just to make trivy upload happy
884
884
uses : acryldata/sane-checkout-action@v3
885
885
- name : Download image Slim Image
886
- uses : ishworkh/docker -image-artifact-download@v1
886
+ uses : ishworkh/container -image-artifact-download@v2.0.0
887
887
if : ${{ needs.datahub_ingestion_slim_build.outputs.needs_artifact_download == 'true' }}
888
888
with :
889
889
image : ${{ env.DATAHUB_INGESTION_IMAGE }}:${{ needs.datahub_ingestion_slim_build.outputs.tag }}
@@ -937,7 +937,7 @@ jobs:
937
937
if : ${{ needs.setup.outputs.ingestion_change == 'true' || needs.setup.outputs.publish == 'true' || needs.setup.outputs.pr-publish == 'true' }}
938
938
run : ./gradlew :metadata-ingestion:codegen
939
939
- name : Download Base Image
940
- uses : ishworkh/docker -image-artifact-download@v1
940
+ uses : ishworkh/container -image-artifact-download@v2.0.0
941
941
if : ${{ needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' && needs.setup.outputs.ingestion_base_change == 'true' }}
942
942
with :
943
943
image : ${{ env.DATAHUB_INGESTION_BASE_IMAGE }}:${{ needs.setup.outputs.ingestion_base_change == 'true' && needs.setup.outputs.unique_tag || 'head' }}
@@ -982,7 +982,7 @@ jobs:
982
982
- name : Checkout # adding checkout step just to make trivy upload happy
983
983
uses : acryldata/sane-checkout-action@v3
984
984
- name : Download image Full Image
985
- uses : ishworkh/docker -image-artifact-download@v1
985
+ uses : ishworkh/container -image-artifact-download@v2.0.0
986
986
if : ${{ needs.datahub_ingestion_full_build.outputs.needs_artifact_download == 'true' }}
987
987
with :
988
988
image : ${{ env.DATAHUB_INGESTION_IMAGE }}:${{ needs.datahub_ingestion_full_build.outputs.tag }}
@@ -1079,47 +1079,47 @@ jobs:
1079
1079
- name : Disk Check
1080
1080
run : df -h . && docker images
1081
1081
- name : Download GMS image
1082
- uses : ishworkh/docker -image-artifact-download@v1
1082
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1083
1083
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.gms_build.result == 'success' }}
1084
1084
with :
1085
1085
image : ${{ env.DATAHUB_GMS_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1086
1086
- name : Download Frontend image
1087
- uses : ishworkh/docker -image-artifact-download@v1
1087
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1088
1088
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.frontend_build.result == 'success' }}
1089
1089
with :
1090
1090
image : ${{ env.DATAHUB_FRONTEND_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1091
1091
- name : Download Kafka Setup image
1092
- uses : ishworkh/docker -image-artifact-download@v1
1092
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1093
1093
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.kafka_setup_build.result == 'success' }}
1094
1094
with :
1095
1095
image : ${{ env.DATAHUB_KAFKA_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1096
1096
- name : Download Mysql Setup image
1097
- uses : ishworkh/docker -image-artifact-download@v1
1097
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1098
1098
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.mysql_setup_build.result == 'success' }}
1099
1099
with :
1100
1100
image : ${{ env.DATAHUB_MYSQL_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1101
1101
- name : Download Elastic Setup image
1102
- uses : ishworkh/docker -image-artifact-download@v1
1102
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1103
1103
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.elasticsearch_setup_build.result == 'success' }}
1104
1104
with :
1105
1105
image : ${{ env.DATAHUB_ELASTIC_SETUP_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1106
1106
- name : Download MCE Consumer image
1107
- uses : ishworkh/docker -image-artifact-download@v1
1107
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1108
1108
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.mce_consumer_build.result == 'success' }}
1109
1109
with :
1110
1110
image : ${{ env.DATAHUB_MCE_CONSUMER_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1111
1111
- name : Download MAE Consumer image
1112
- uses : ishworkh/docker -image-artifact-download@v1
1112
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1113
1113
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.mae_consumer_build.result == 'success' }}
1114
1114
with :
1115
1115
image : ${{ env.DATAHUB_MAE_CONSUMER_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1116
1116
- name : Download upgrade image
1117
- uses : ishworkh/docker -image-artifact-download@v1
1117
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1118
1118
if : ${{ ( needs.setup.outputs.publish != 'true' && needs.setup.outputs.pr-publish != 'true' ) && needs.datahub_upgrade_build.result == 'success' }}
1119
1119
with :
1120
1120
image : ${{ env.DATAHUB_UPGRADE_IMAGE }}:${{ needs.setup.outputs.unique_tag }}
1121
1121
- name : Download datahub-ingestion-slim image
1122
- uses : ishworkh/docker -image-artifact-download@v1
1122
+ uses : ishworkh/container -image-artifact-download@v2.0.0
1123
1123
if : ${{ needs.datahub_ingestion_slim_build.outputs.needs_artifact_download == 'true' && needs.datahub_ingestion_slim_build.result == 'success' }}
1124
1124
with :
1125
1125
image : ${{ env.DATAHUB_INGESTION_IMAGE }}:${{ needs.datahub_ingestion_slim_build.outputs.tag }}
0 commit comments