Skip to content

Commit

Permalink
fix: add missing search image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Jan 20, 2025
1 parent 0b91396 commit 92d8bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ jobs:
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
internal-image-tag: ${{ needs.get-version.outputs.internal }}
assets-version: ${{ needs.get-version.outputs.assets }}
search-image-tag: ${{ needs.get-version.outputs.search }}
apply: true
permissions:
contents: read
Expand Down Expand Up @@ -397,6 +398,7 @@ jobs:
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
internal-image-tag: ${{ needs.get-version.outputs.internal }}
assets-version: ${{ needs.get-version.outputs.assets }}
search-image-tag: ${{ needs.get-version.outputs.search }}
apply: true
permissions:
contents: read
Expand Down Expand Up @@ -461,6 +463,7 @@ jobs:
selfserve-image-tag: ${{ needs.terraform_env_int.outputs.previous_selfserve_image_tag }}
internal-image-tag: ${{ needs.terraform_env_int.outputs.previous_internal_image_tag }}
assets-version: ${{ needs.terraform_env_int.outputs.previous_assets_version }}
search-image-tag: ${{ needs.get-version.outputs.search }}
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -551,6 +554,7 @@ jobs:
selfserve-image-tag: ${{ needs.get-version.outputs.selfserve }}
internal-image-tag: ${{ needs.get-version.outputs.internal }}
assets-version: ${{ needs.get-version.outputs.assets }}
search-image-tag: ${{ needs.get-version.outputs.search }}
apply: true
permissions:
contents: read
Expand Down

0 comments on commit 92d8bd8

Please sign in to comment.