Skip to content

Commit aebc23a

Browse files
fix: uh
1 parent bd27e0f commit aebc23a

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,4 @@ jobs:
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
.

0 commit comments

Comments
 (0)