@@ -20,12 +20,12 @@ jobs:
20
20
21
21
- uses : docker/setup-buildx-action@v3
22
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 }}-
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 }}-
29
29
30
30
- run : gcloud auth configure-docker
31
31
@@ -34,13 +34,13 @@ jobs:
34
34
context : .
35
35
push : true
36
36
tags : gcr.io/coderabbitprod/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
39
39
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
44
44
45
45
# - name: Deploy to Cloud Run
46
46
# run: gcloud run deploy grafana-internal --image gcr.io/coderabbitprod/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbit-prod-connector
0 commit comments