Skip to content

Commit

Permalink
use --bare
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole authored Jun 9, 2024
1 parent c8596c8 commit ba4b111
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:

- name: Setup KO
uses: ko-build/[email protected]
env:
KO_DOCKER_REPO: ghcr.io/mrwormhole

- name: Publish
run: |
ko build ./cmd/emailer --platform="linux/amd64,linux/arm64" --base-import-paths --tags ${{github.ref_name}}
ko build ./cmd/emailer --platform="linux/amd64,linux/arm64" --bare --tags ${{github.ref_name}}

0 comments on commit ba4b111

Please sign in to comment.