Skip to content

Commit

Permalink
ci: remove docker.io host from ko publish (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Oct 30, 2023
1 parent 488c534 commit 6d7386e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
packages: write

env:
DOCKERHUB_ORG: "docker.io/keyval"
DOCKERHUB_ORG: "keyval"

jobs:
release:
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
SHORT_COMMIT: ${{ steps.vars.outputs.short_commit }}
DATE: ${{ steps.vars.outputs.date }}
run: |
ko build -B --tags latest --tags ${{ steps.vars.outputs.tag }} --platform=all .
ko build --bare --tags latest --tags ${{ steps.vars.outputs.tag }} --platform=all .

0 comments on commit 6d7386e

Please sign in to comment.