Skip to content

Commit 74e8d47

Browse files
Update deploy-cloud-run-grafana.yaml
1 parent 47db80d commit 74e8d47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-cloud-run-grafana.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020

2121
- uses: docker/setup-buildx-action@v3
2222

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 }}-
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 }}-
2929

3030
- run: gcloud auth configure-docker
3131

0 commit comments

Comments
 (0)