Skip to content

Commit 2fc773a

Browse files
authored
Update ci.yaml
1 parent 779686e commit 2fc773a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,12 @@ jobs:
9595
- name: Checkout
9696
uses: actions/checkout@v4
9797

98-
# We ask Docker to use GitHub Action's native caching support to speed up
99-
# the build, per https://docs.docker.com/build/cache/backends/gha/.
10098
- name: Build Runtime
10199
id: image
102100
uses: docker/build-push-action@v6
103101
with:
104102
context: .
105103
platforms: linux/${{ matrix.arch }}
106-
cache-from: type=gha
107-
cache-to: type=gha,mode=max
108104
target: image
109105
build-args:
110106
GO_VERSION=${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)