We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779686e commit 2fc773aCopy full SHA for 2fc773a
.github/workflows/ci.yaml
@@ -95,16 +95,12 @@ jobs:
95
- name: Checkout
96
uses: actions/checkout@v4
97
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/.
100
- name: Build Runtime
101
id: image
102
uses: docker/build-push-action@v6
103
with:
104
context: .
105
platforms: linux/${{ matrix.arch }}
106
- cache-from: type=gha
107
- cache-to: type=gha,mode=max
108
target: image
109
build-args:
110
GO_VERSION=${{ env.GO_VERSION }}
0 commit comments