Skip to content

Commit

Permalink
Use ghcr.io/kluster-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 28, 2023
1 parent 1a98b4c commit 96bac2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Publish to GitHub Container Registry
env:
REGISTRY: ghcr.io/appscode
REGISTRY: ghcr.io/kluster-manager
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
USERNAME: 1gtm
APPSCODE_ENV: prod
Expand All @@ -43,9 +43,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
bin/sidekick-linux-amd64
bin/sidekick-linux-arm64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile.dbg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/appscode/dlv:1.20.1
FROM ghcr.io/appscode/dlv:1.21.2

FROM {ARG_FROM}

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CODE_GENERATOR_IMAGE ?= ghcr.io/appscode/gengo:release-1.29
API_GROUPS ?= fluxcd:v1alpha1

# Where to push the docker image.
REGISTRY ?= ghcr.io/appscode
REGISTRY ?= ghcr.io/kluster-manager
SRC_REG ?=

# This version-strategy uses git tags to set the version string
Expand Down Expand Up @@ -519,7 +519,7 @@ clean:

.PHONY: run
run:
go run -mod=vendor ./cmd/sidekick run \
go run -mod=vendor ./cmd/fluxcd-addon run \
--v=3 \
--secure-port=8443 \
--kubeconfig=$(KUBECONFIG) \
Expand Down

0 comments on commit 96bac2e

Please sign in to comment.