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 47db80d commit 74e8d47Copy full SHA for 74e8d47
.github/workflows/deploy-cloud-run-grafana.yaml
@@ -20,12 +20,12 @@ jobs:
20
21
- uses: docker/setup-buildx-action@v3
22
23
- - name: Cache Docker layers
24
- uses: actions/cache@v4
25
- with:
26
- path: /tmp/.buildx-cache
27
- key: ${{ runner.os }}-${{ github.workflow }}-${{ github.sha }}
28
- restore-keys: ${{ runner.os }}-${{ github.workflow }}-
+ # - name: Cache Docker layers
+ # uses: actions/cache@v4
+ # with:
+ # path: /tmp/.buildx-cache
+ # key: ${{ runner.os }}-${{ github.workflow }}-${{ github.sha }}
+ # restore-keys: ${{ runner.os }}-${{ github.workflow }}-
29
30
- run: gcloud auth configure-docker
31
0 commit comments