File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 GIT_AUTHOR_EMAIL :
[email protected] 3333 GIT_COMMITTER_NAME : Ionitron
3434 GIT_COMMITTER_EMAIL :
[email protected] 35+ - name : GitHub Container Registry Login
36+ run : echo ${GH_TOKEN} | docker login ghcr.io -u ionitron --password-stdin
37+ env :
38+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
39+ - name : Build Container
40+ run : |
41+ docker build \
42+ --build-arg IONIC_CLI_VERSION=$(npm info @ionic/cli dist-tags.latest) \
43+ --tag ghcr.io/${{ github.repository }}:latest \
44+ --tag ghcr.io/${{ github.repository}}:$(npm info @ionic/cli dist-tags.latest) \
45+ .
46+ - name : Push Container as latest
47+ run : docker push ghcr.io/${{ github.repository }}:latest
48+ - name : Push Container as version
49+ run : docker push ghcr.io/${{ github.repository }}:$(npm info @ionic/cli dist-tags.latest)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments