Skip to content

Commit

Permalink
Merge pull request #5 from cofide/feat-remove-cmd-suffix
Browse files Browse the repository at this point in the history
feat: Remove `cmd` suffix from the GHCR package name
  • Loading branch information
markgoddard authored Dec 23, 2024
2 parents 6e9424f + 7694b94 commit 55413bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Run a ko build
run: just build-release
env:
KO_DOCKER_REPO: ghcr.io/cofide/cofidectl-debug-container/cmd
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KO_DOCKER_REPO: ghcr.io/cofide/cofidectl-debug-container
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 55413bd

Please sign in to comment.