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 4372eb5 commit 5d22ca3Copy full SHA for 5d22ca3
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: ./action-dlc
48
with:
49
repotag: amazon/aws-cli
50
- key: aws-cli-docker-image-sha:${{ github.sha }}
+ key: aws-cli-docker-image-sha-${{ github.sha }}
51
52
- run: docker pull amazon/aws-cli
53
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/cache@v2
63
64
path: './root-cache'
65
- key: aws-cli-docker-image-sha:${{ github.sha }}-root
+ key: aws-cli-docker-image-sha-${{ github.sha }}-root
66
- run: ls ./root-cache
67
68
test_restoring:
@@ -86,6 +86,6 @@ jobs:
86
87
88
89
90
91
0 commit comments