File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 -t ghcr.io/pluralkit/dashboard-v2:latest \
2828 --build-arg base_api_url=https://api.beta.pluralkit.me \
2929 --push \
30- .
31- build-arm :
32- runs-on : ubuntu-24.04-arm
33- permissions :
34- contents : read
35- packages : write
36- if : github.repository == 'PluralKit/dashboard'
37- steps :
38- - uses : docker/login-action@v3
39- with :
40- registry : ghcr.io
41- username : ${{ github.actor }}
42- password : ${{ secrets.GITHUB_TOKEN }}
43- - uses : actions/checkout@v4
44- - run : echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
45- - name : Build docker image
46- run : |
47- docker build \
48- -t ghcr.io/pluralkit/dashboard-v2:${{ env.BRANCH_NAME }}-arm \
49- -t ghcr.io/pluralkit/dashboard-v2:${{ github.sha }}-arm \
50- -t ghcr.io/pluralkit/dashboard-v2:latest-arm \
51- --build-arg base_api_url=https://api.beta.pluralkit.me \
52- --push \
5330 .
You can’t perform that action at this time.
0 commit comments