File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 3535 - name : Sleep while npm takes its time
3636 run : sleep 20
3737 - name : GitHub Container Registry Login
38- run : echo ${GH_TOKEN} | docker login ghcr.io -u ionitron --password-stdin
39- env :
40- GH_TOKEN : ${{ secrets.GH_TOKEN }}
38+ run : echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
4139 - name : Build Container
4240 run : |
4341 docker build \
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616 - name : GitHub Container Registry Login
17- run : echo ${GH_TOKEN} | docker login ghcr.io -u ionitron --password-stdin
18- env :
19- GH_TOKEN : ${{ secrets.GH_TOKEN }}
20-
17+ run : echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2118 - name : Build Container
2219 run : |
2320 docker build \
2825 - name : Push Container as latest
2926 run : docker push ghcr.io/${{ github.repository }}:latest
3027 - name : Push Container as version
31- run : docker push ghcr.io/${{ github.repository }}:$(npm info @ionic/cli dist-tags.latest)
28+ run : docker push ghcr.io/${{ github.repository }}:$(npm info @ionic/cli dist-tags.latest)
You can’t perform that action at this time.
0 commit comments