Skip to content

Commit

Permalink
Fix broken build for multiple platforms (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
juicemia authored May 16, 2024
1 parent 9dcf43b commit a611c13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
ref: ${{ needs.github-release.outputs.tag_name }}

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

- name: Login - GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit a611c13

Please sign in to comment.