Skip to content

Commit

Permalink
bring back docker release workflow (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
naphatkrit authored Oct 11, 2023
1 parent f1706cc commit 93fba72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ 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 93fba72

Please sign in to comment.