We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c18df6 commit e7ea630Copy full SHA for e7ea630
.github/workflows/release.yml
@@ -34,9 +34,9 @@ jobs:
34
35
- name: Publish to GitHub Container Registry
36
env:
37
- REGISTRY: ghcr.io/appscode
38
- DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
39
- USERNAME: 1gtm
+ REGISTRY: ghcr.io/wizardtales
+ DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ USERNAME: ${{ github.actor }}
40
APPSCODE_ENV: prod
41
run: |
42
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
0 commit comments