Skip to content

Commit

Permalink
setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 5, 2024
1 parent 263b426 commit bc8a895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

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

0 comments on commit bc8a895

Please sign in to comment.