File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : Build
36
36
env :
37
- REGISTRY : appscodeci
38
- DOCKER_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
37
+ REGISTRY : ghcr.io/ appscodeci
38
+ DOCKER_TOKEN : ${{ secrets.LGTM_GITHUB_TOKEN }}
39
39
USERNAME : 1gtm
40
40
run : |
41
- docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
41
+ docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
42
42
make push
Original file line number Diff line number Diff line change 39
39
run : |
40
40
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
41
41
make release
42
-
43
- - name : Publish to Docker Registry
44
- env :
45
- DOCKER_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
46
- USERNAME : 1gtm
47
- APPSCODE_ENV : prod
48
- run : |
49
- docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
50
- make release
You can’t perform that action at this time.
0 commit comments