Skip to content

Commit 212f9b5

Browse files
authored
Update build workflow to work with runner cluster (#50)
1 parent 0fa906e commit 212f9b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555

5656
- name: Set up Docker Buildx
5757
uses: docker/setup-buildx-action@v2
58+
with:
59+
driver: kubernetes
60+
driver-opts: namespace=buildkit
5861

5962
- name: Build and push
6063
id: docker_build

0 commit comments

Comments
 (0)