Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release action with docker build and publish #101

Merged
merged 16 commits into from
Nov 17, 2021
Prev Previous commit
Remove not needed
  • Loading branch information
Tarick committed Nov 17, 2021
commit bdd072ba8ae30f5e114cd003f701ed12801711f3
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
-
name: Run GoReleaser to publish release notes
if: github.event_name != 'pull_request'
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down