From bef2315b4b15beff23be5c53e58aed4fcbdeda96 Mon Sep 17 00:00:00 2001 From: Kamesh Sampath Date: Tue, 5 Dec 2023 08:42:28 +0530 Subject: [PATCH] (ci): add ko docker repo --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ed99d4..f18c162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,9 @@ jobs: # It all depends on your needs. - uses: goreleaser/goreleaser-action@v5 with: - # either 'goreleaser' (default) or 'goreleaser-pro': distribution: goreleaser version: latest args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' - # distribution: - # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} + KO_DOCKER_REPO: ghcr.io/kameshsampath/grpc-todo-app