Skip to content

Commit

Permalink
Use ghcr.io/appscode as docker registry
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jan 8, 2023
1 parent 79f5c10 commit be55cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/kubeops
REGISTRY: ghcr.io/appscode
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
USERNAME: 1gtm
APPSCODE_ENV: prod
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Publish to Docker Registry
env:
SRC_REG: ghcr.io/kubeops
SRC_REG: ghcr.io/appscode
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
USERNAME: 1gtm
APPSCODE_ENV: prod
Expand Down

0 comments on commit be55cd6

Please sign in to comment.