Skip to content

Commit

Permalink
ci: fix goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleclay committed Nov 13, 2023
1 parent 15edb29 commit 6e94730
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,6 @@ jobs:
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0

- uses: docker/setup-qemu-action@v3

- uses: docker/setup-buildx-action@v3

- name: DockerHub Login
uses: docker/login-action@v3
with:
username: ${{ secrets.GH_DOCKER_USERNAME }}
password: ${{ secrets.GH_DOCKER_PASSWORD }}

- name: GHCR Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 6e94730

Please sign in to comment.