Skip to content

Commit

Permalink
Merge pull request #69 from Kshatrix/fix-build
Browse files Browse the repository at this point in the history
Add setup buildx step to release job
  • Loading branch information
Kshatrix authored Jul 2, 2024
2 parents 6671a1e + 40efd5c commit 7a26657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 0

- name: Set up Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 7a26657

Please sign in to comment.