File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8484 run : |
8585 mkdir -p .build
8686 tar -xf artifact.tar -C .build
87- echo "Extracted files:"
88- find .build -type f | head -20
8987
9088 - name : Retrieve AWS Account ID
9189 id : retrieve-account-id
10199 docker pull "${{ env.ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com/cdk-utils-build-repo:latest"
102100 docker tag "${{ env.ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com/cdk-utils-build-repo:latest" cdk-utils-build-repo:latest
103101
102+ - name : Copy version.txt from Docker image into .build
103+ run : docker run --rm --entrypoint cat cdk-utils-build-repo:latest /version.txt > .build/version.txt
104+
104105 - name : Configure AWS Credentials
105106 id : connect-aws
106107 uses : aws-actions/configure-aws-credentials@v4
You can’t perform that action at this time.
0 commit comments