Skip to content

Commit e7ea630

Browse files
committed
update version
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
1 parent 5c18df6 commit e7ea630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434

3535
- name: Publish to GitHub Container Registry
3636
env:
37-
REGISTRY: ghcr.io/appscode
38-
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
39-
USERNAME: 1gtm
37+
REGISTRY: ghcr.io/wizardtales
38+
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
USERNAME: ${{ github.actor }}
4040
APPSCODE_ENV: prod
4141
run: |
4242
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}

0 commit comments

Comments
 (0)