There was an error while loading. Please reload this page.
1 parent 7039ae2 commit 19ac7edCopy full SHA for 19ac7ed
1 file changed
.github/workflows/docker-latest.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
VERSION=$(node -p "require('./package.json').version")
37
echo "VERSION=$VERSION" >> $GITHUB_ENV
38
-
+
39
- name: Set up QEMU
40
uses: docker/setup-qemu-action@v3
41
@@ -44,7 +44,7 @@ jobs:
44
with:
45
username: ${{ secrets.DOCKER_USERNAME }}
46
password: ${{ secrets.DOCKER_TOKEN }}
47
48
- name: Log in to GitHub Container Registry
49
uses: docker/login-action@v3
50
@@ -62,4 +62,4 @@ jobs:
62
cyfershepard/jellystat:${{ env.VERSION }}
63
ghcr.io/cyfershepard/jellystat:latest
64
ghcr.io/cyfershepard/jellystat:${{ env.VERSION }}
65
- platforms: linux/amd64,linux/arm64,linux/arm/v8
+ platforms: linux/amd64,linux/arm/v8
0 commit comments