Skip to content

Commit

Permalink
Update update_tdk_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borovikovd authored Sep 24, 2024
1 parent b709bf0 commit 9f5e7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_tdk_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Update image version
env:
IMAGE_VERSION: >
synthesizedio/synthesized-tdk-cli:v${{ env.RELEASE_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 9f5e7c0

Please sign in to comment.