Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2710396

Browse files
Update deploy-cloud-run-grafana-prod.yaml
1 parent f69ec4e commit 2710396

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 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

@@ -34,13 +34,13 @@ jobs:
3434
context: .
3535
push: true
3636
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
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-internal --image gcr.io/coderabbitprod/grafana:latest --region us-central1 --allow-unauthenticated --vpc-connector=coderabbit-prod-connector

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /