Skip to content

Commit

Permalink
ci: publish master Docker images without --snapshot flag (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro authored Oct 31, 2024
1 parent 2873354 commit af05780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releaser-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create a dummy tag to avoid goreleaser failure
run: git tag v0.0.0 master

- uses: actions/setup-go@v5
with:
Expand All @@ -40,7 +42,7 @@ jobs:
with:
distribution: goreleaser-pro
version: ~> v2
args: release --clean --snapshot --nightly --config ./.github/goreleaser.yaml
args: release --clean --nightly --config ./.github/goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Expand Down

0 comments on commit af05780

Please sign in to comment.