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 468a1f4 commit 5fa262aCopy full SHA for 5fa262a
.github/workflows/ci.yml
@@ -34,8 +34,8 @@ jobs:
34
35
- name: Build
36
env:
37
- REGISTRY: appscodeci
38
- DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
+ REGISTRY: ghcr.io/appscodeci
+ DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
39
USERNAME: 1gtm
40
run: |
41
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
.github/workflows/release.yml
@@ -42,12 +42,3 @@ jobs:
42
43
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
44
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