Skip to content

Commit

Permalink
fix(misc): setup docker buildx in release pipeline (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveXiong authored Oct 15, 2024
1 parent a1c4e52 commit 36d2236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug
endpoint: build-context

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 36d2236

Please sign in to comment.