Skip to content

Commit

Permalink
chore: fix publishing container
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Mar 14, 2024
1 parent 6da3c2b commit e22ab53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- 'v*'
- "v*"

permissions:
contents: write
Expand All @@ -22,7 +22,7 @@ jobs:
go-version: 1.21

- uses: ko-build/setup-ko@v0.6
- run: ko build --platform=all
- run: ko build --platform=all --bare -t latest,${{ github.ref_name }}

- uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit e22ab53

Please sign in to comment.