Skip to content

Commit

Permalink
cfg: set buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
raelga committed Sep 30, 2024
1 parent b05f3bd commit 3d2c6cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: "image=moby/buildkit:v0.12.0"
endpoint: builders
version: latest

- name: Login to Quay.io
uses: docker/login-action@v3
Expand Down

0 comments on commit 3d2c6cb

Please sign in to comment.