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 ff98854 commit 4f54590Copy full SHA for 4f54590
.github/workflows/cdk_release_code.yml
@@ -96,12 +96,6 @@ jobs:
96
docker pull "${{ env.ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com/cdk-utils-build-repo:latest"
97
docker tag "${{ env.ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com/cdk-utils-build-repo:latest" cdk-utils-build-repo:latest
98
99
- - name: Copy version.txt from Docker image into .build
100
- run: |
101
- docker run --rm --entrypoint bash cdk-utils-build-repo:latest \
102
- -c 'find / -name version.txt 2>/dev/null | head -n1 | xargs cat' \
103
- > .build/version.txt
104
-
105
- name: Configure AWS Credentials
106
id: connect-aws
107
uses: aws-actions/configure-aws-credentials@v4
0 commit comments