Skip to content

Commit

Permalink
Merge pull request #77 from synthesized-io/fix-docker-compose-version
Browse files Browse the repository at this point in the history
Fix TDK image version substitution
  • Loading branch information
yruchin authored Sep 25, 2024
2 parents 9f5e7c0 + 841fc73 commit 6841849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_tdk_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Update image version
env:
IMAGE_VERSION: >
"synthesizedio/synthesized-tdk-cli:v${{ env.RELEASE_VERSION }}"
IMAGE_VERSION: |-
synthesizedio/synthesized-tdk-cli:v${{ env.RELEASE_VERSION }}
run: |
yq -i '.services.tdk.image = strenv(IMAGE_VERSION)' \
./parent-compose.yml
Expand Down

0 comments on commit 6841849

Please sign in to comment.