We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a9b61 commit 7f5e661Copy full SHA for 7f5e661
.github/workflows/ci.yml
@@ -37,8 +37,8 @@ jobs:
37
38
- name: Build
39
env:
40
- REGISTRY: appscodeci
41
- DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
+ REGISTRY: ghcr.io/appscodeci
+ DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
42
USERNAME: 1gtm
43
run: |
44
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
.github/workflows/release.yml
@@ -42,12 +42,3 @@ jobs:
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
make release
45
-
46
- - name: Publish to Docker Registry
47
- env:
48
49
- USERNAME: 1gtm
50
- APPSCODE_ENV: prod
51
- run: |
52
- docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
53
- make release
0 commit comments