From 6e94730562e733ceafa287470ac6b552cb6eb71b Mon Sep 17 00:00:00 2001 From: purpleclay Date: Mon, 13 Nov 2023 05:34:31 +0000 Subject: [PATCH] ci: fix goreleaser workflow --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb1c683..4ed02f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: