Skip to content

Commit 2e8a38f

Browse files
authored
Merge branch 'main' into liquibase-workflow-call-dispatch-param-fix
2 parents 5282b57 + 8359512 commit 2e8a38f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
331331
internal-image-tag: ${{ needs.get-version.outputs.internal }}
332332
assets-version: ${{ needs.get-version.outputs.assets }}
333+
search-image-tag: ${{ needs.get-version.outputs.search }}
333334
apply: true
334335
permissions:
335336
contents: read
@@ -401,6 +402,7 @@ jobs:
401402
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
402403
internal-image-tag: ${{ needs.get-version.outputs.internal }}
403404
assets-version: ${{ needs.get-version.outputs.assets }}
405+
search-image-tag: ${{ needs.get-version.outputs.search }}
404406
apply: true
405407
permissions:
406408
contents: read
@@ -465,6 +467,7 @@ jobs:
465467
selfserve-image-tag: ${{ needs.terraform_env_int.outputs.previous_selfserve_image_tag }}
466468
internal-image-tag: ${{ needs.terraform_env_int.outputs.previous_internal_image_tag }}
467469
assets-version: ${{ needs.terraform_env_int.outputs.previous_assets_version }}
470+
search-image-tag: ${{ needs.get-version.outputs.search }}
468471
permissions:
469472
contents: read
470473
id-token: write
@@ -557,6 +560,7 @@ jobs:
557560
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
558561
internal-image-tag: ${{ needs.get-version.outputs.internal }}
559562
assets-version: ${{ needs.get-version.outputs.assets }}
563+
search-image-tag: ${{ needs.get-version.outputs.search }}
560564
apply: true
561565
permissions:
562566
contents: read
@@ -660,6 +664,7 @@ jobs:
660664
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
661665
internal-image-tag: ${{ needs.get-version.outputs.internal }}
662666
assets-version: ${{ needs.get-version.outputs.assets }}
667+
search-image-tag: ${{ needs.get-version.outputs.search }}
663668
apply: true
664669
permissions:
665670
contents: read

0 commit comments

Comments
 (0)