We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b374f commit 0f88cbdCopy full SHA for 0f88cbd
.github/workflows/cdk_release_code.yml
@@ -122,6 +122,9 @@ jobs:
122
SLACK_BOT_TOKEN: "${{ secrets.SLACK_BOT_TOKEN }}"
123
SLACK_SIGNING_SECRET: "${{ secrets.SLACK_SIGNING_SECRET }}"
124
125
+ - name: Create version.txt for CDK utils container
126
+ run: echo "cdk-utils-latest" > .build/version.txt
127
+
128
- name: Show diff
129
run: |
130
docker run \
0 commit comments