diff --git a/.github/workflows/goreleaser-latest.yml b/.github/workflows/goreleaser-latest.yml index 584185881..adeab7946 100644 --- a/.github/workflows/goreleaser-latest.yml +++ b/.github/workflows/goreleaser-latest.yml @@ -5,6 +5,7 @@ on: branches: - main - develop + - fix-goreleaser permissions: contents: write @@ -39,11 +40,11 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push versioned image - uses: docker/build-push-action@v5 - with: - file: contrib/docker/goreleaser.Dockerfile - context: . - push: true - platforms: linux/amd64,linux/arm64 - tags: ghcr.io/composablefi/composable-cosmos:latest + # - name: Build and push versioned image + # uses: docker/build-push-action@v5 + # with: + # file: contrib/docker/goreleaser.Dockerfile + # context: . + # push: true + # platforms: linux/amd64,linux/arm64 + # tags: ghcr.io/composablefi/composable-cosmos:latest