Skip to content

Commit 0f88cbd

Browse files
committed
Create version.txt for CDK utils container
1 parent d0b374f commit 0f88cbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
SLACK_BOT_TOKEN: "${{ secrets.SLACK_BOT_TOKEN }}"
123123
SLACK_SIGNING_SECRET: "${{ secrets.SLACK_SIGNING_SECRET }}"
124124

125+
- name: Create version.txt for CDK utils container
126+
run: echo "cdk-utils-latest" > .build/version.txt
127+
125128
- name: Show diff
126129
run: |
127130
docker run \

0 commit comments

Comments
 (0)