Skip to content

Commit

Permalink
Revert "bring back docker release workflow (#17)" (#18)
Browse files Browse the repository at this point in the history
This reverts commit 93fba72.
  • Loading branch information
naphatkrit authored Oct 11, 2023
1 parent 93fba72 commit 4f9a330
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Build and push Docker
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.PUBLIC_REGISTRY }}/pvn-wrapper:latest
${{ env.PUBLIC_REGISTRY }}/pvn-wrapper:${{ github.sha }}
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand Down

0 comments on commit 4f9a330

Please sign in to comment.