Skip to content

Commit

Permalink
workflow(goreleaser): set up docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Nov 17, 2021
1 parent 2ffa026 commit a61b7d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit a61b7d9

Please sign in to comment.