Skip to content

Commit 92d8bd8

Browse files
committed
fix: add missing search image tags
1 parent 0b91396 commit 92d8bd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ jobs:
328328
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
329329
internal-image-tag: ${{ needs.get-version.outputs.internal }}
330330
assets-version: ${{ needs.get-version.outputs.assets }}
331+
search-image-tag: ${{ needs.get-version.outputs.search }}
331332
apply: true
332333
permissions:
333334
contents: read
@@ -397,6 +398,7 @@ jobs:
397398
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
398399
internal-image-tag: ${{ needs.get-version.outputs.internal }}
399400
assets-version: ${{ needs.get-version.outputs.assets }}
401+
search-image-tag: ${{ needs.get-version.outputs.search }}
400402
apply: true
401403
permissions:
402404
contents: read
@@ -461,6 +463,7 @@ jobs:
461463
selfserve-image-tag: ${{ needs.terraform_env_int.outputs.previous_selfserve_image_tag }}
462464
internal-image-tag: ${{ needs.terraform_env_int.outputs.previous_internal_image_tag }}
463465
assets-version: ${{ needs.terraform_env_int.outputs.previous_assets_version }}
466+
search-image-tag: ${{ needs.get-version.outputs.search }}
464467
permissions:
465468
contents: read
466469
id-token: write
@@ -551,6 +554,7 @@ jobs:
551554
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
552555
internal-image-tag: ${{ needs.get-version.outputs.internal }}
553556
assets-version: ${{ needs.get-version.outputs.assets }}
557+
search-image-tag: ${{ needs.get-version.outputs.search }}
554558
apply: true
555559
permissions:
556560
contents: read

0 commit comments

Comments
 (0)