File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,7 @@ jobs:
328
328
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
329
329
internal-image-tag : ${{ needs.get-version.outputs.internal }}
330
330
assets-version : ${{ needs.get-version.outputs.assets }}
331
+ search-image-tag : ${{ needs.get-version.outputs.search }}
331
332
apply : true
332
333
permissions :
333
334
contents : read
@@ -397,6 +398,7 @@ jobs:
397
398
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
398
399
internal-image-tag : ${{ needs.get-version.outputs.internal }}
399
400
assets-version : ${{ needs.get-version.outputs.assets }}
401
+ search-image-tag : ${{ needs.get-version.outputs.search }}
400
402
apply : true
401
403
permissions :
402
404
contents : read
@@ -461,6 +463,7 @@ jobs:
461
463
selfserve-image-tag : ${{ needs.terraform_env_int.outputs.previous_selfserve_image_tag }}
462
464
internal-image-tag : ${{ needs.terraform_env_int.outputs.previous_internal_image_tag }}
463
465
assets-version : ${{ needs.terraform_env_int.outputs.previous_assets_version }}
466
+ search-image-tag : ${{ needs.get-version.outputs.search }}
464
467
permissions :
465
468
contents : read
466
469
id-token : write
@@ -551,6 +554,7 @@ jobs:
551
554
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
552
555
internal-image-tag : ${{ needs.get-version.outputs.internal }}
553
556
assets-version : ${{ needs.get-version.outputs.assets }}
557
+ search-image-tag : ${{ needs.get-version.outputs.search }}
554
558
apply : true
555
559
permissions :
556
560
contents : read
You can’t perform that action at this time.
0 commit comments