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 785b905 commit 8a25385Copy full SHA for 8a25385
.github/workflows/test.yaml
@@ -159,7 +159,7 @@ jobs:
159
TAG=$(echo $GITHUB_SHA | head -c7)-${{ matrix.AWS_CLI_VERSION }}
160
echo "tagged_image=${IMAGE}:${TAG}" >> ${GITHUB_OUTPUT}
161
- name: Cache Docker layers
162
- uses: actions/cache@vmain
+ uses: actions/cache@main
163
with:
164
path: /tmp/.buildx-cache
165
key: ${{ runner.os }}-buildx-${{ matrix.AWS_CLI_VERSION }}-${{ github.sha }}
0 commit comments