@@ -330,6 +330,7 @@ jobs:
330
330
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
331
331
internal-image-tag : ${{ needs.get-version.outputs.internal }}
332
332
assets-version : ${{ needs.get-version.outputs.assets }}
333
+ search-image-tag : ${{ needs.get-version.outputs.search }}
333
334
apply : true
334
335
permissions :
335
336
contents : read
@@ -401,6 +402,7 @@ jobs:
401
402
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
402
403
internal-image-tag : ${{ needs.get-version.outputs.internal }}
403
404
assets-version : ${{ needs.get-version.outputs.assets }}
405
+ search-image-tag : ${{ needs.get-version.outputs.search }}
404
406
apply : true
405
407
permissions :
406
408
contents : read
@@ -465,6 +467,7 @@ jobs:
465
467
selfserve-image-tag : ${{ needs.terraform_env_int.outputs.previous_selfserve_image_tag }}
466
468
internal-image-tag : ${{ needs.terraform_env_int.outputs.previous_internal_image_tag }}
467
469
assets-version : ${{ needs.terraform_env_int.outputs.previous_assets_version }}
470
+ search-image-tag : ${{ needs.get-version.outputs.search }}
468
471
permissions :
469
472
contents : read
470
473
id-token : write
@@ -557,6 +560,7 @@ jobs:
557
560
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
558
561
internal-image-tag : ${{ needs.get-version.outputs.internal }}
559
562
assets-version : ${{ needs.get-version.outputs.assets }}
563
+ search-image-tag : ${{ needs.get-version.outputs.search }}
560
564
apply : true
561
565
permissions :
562
566
contents : read
@@ -660,6 +664,7 @@ jobs:
660
664
selfserve-image-tag : ${{ needs.get-version.outputs.selfserve }}
661
665
internal-image-tag : ${{ needs.get-version.outputs.internal }}
662
666
assets-version : ${{ needs.get-version.outputs.assets }}
667
+ search-image-tag : ${{ needs.get-version.outputs.search }}
663
668
apply : true
664
669
permissions :
665
670
contents : read
0 commit comments