Skip to content

Commit

Permalink
Merge pull request #3 from pjanotti/skip-docker-publish
Browse files Browse the repository at this point in the history
Skip docker on release workflows
  • Loading branch information
pjanotti authored Jun 8, 2024
2 parents 744c235 + 265886f commit 5761bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
distribution: goreleaser-pro
version: latest
workdir: distributions/${{ inputs.distribution }}
args: release --clean --split --timeout 2h --release-header-tmpl=../../.github/release-template.md
args: release --clean --split --skip=docker --timeout 2h --release-header-tmpl=../../.github/release-template.md
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
Expand Down

0 comments on commit 5761bc0

Please sign in to comment.