Skip to content

Commit

Permalink
Avoid controller/controller image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart authored and HACBS EC Robot committed May 17, 2022
1 parent 9167af8 commit 6ea8ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GOPATH: ${{ github.workspace }}
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KO_DOCKER_REPO: ghcr.io/${{ github.repository }}/controller
KO_DOCKER_REPO: ghcr.io/${{ github.repository }}
KOCACHE: ~/ko

steps:
Expand Down

0 comments on commit 6ea8ca6

Please sign in to comment.