Skip to content

Commit

Permalink
Update build workflow to work with runner cluster (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored Jan 17, 2024
1 parent 0fa906e commit 212f9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: kubernetes
driver-opts: namespace=buildkit

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 212f9b5

Please sign in to comment.