Skip to content

Commit b2f17b7

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

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
@@ -34,13 +34,13 @@ jobs:
3434
context: .
3535
push: true
3636
tags: gcr.io/coderabbit/grafana:latest
37-
cache-from: type=local,src=/tmp/.buildx-cache
38-
cache-to: type=local,dest=/tmp/.buildx-cache-new
37+
# cache-from: type=local,src=/tmp/.buildx-cache
38+
# cache-to: type=local,dest=/tmp/.buildx-cache-new
3939

40-
- name: Move Docker cache
41-
run: |
42-
rm -rf /tmp/.buildx-cache
43-
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
40+
# - name: Move Docker cache
41+
# run: |
42+
# rm -rf /tmp/.buildx-cache
43+
# mv /tmp/.buildx-cache-new /tmp/.buildx-cache
4444

4545
# - name: Deploy to Cloud Run
4646
# run: gcloud run deploy grafana --image gcr.io/coderabbit/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbitai-dev-cr

0 commit comments

Comments
 (0)