Skip to content

Commit

Permalink
πŸ› try fix buildx driver k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
oasaph committed Jul 19, 2024
1 parent fef8f53 commit f7629bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
with:
driver: docker-container
driver: kubernetes
driver-opts: |
name=kube
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit f7629bf

Please sign in to comment.