We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c2646 commit e3499a9Copy full SHA for e3499a9
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: peaceiris/actions-gh-pages@v4
58
with:
59
github_token: ${{ secrets.GITHUB_TOKEN }}
60
- publish_dir: ./.artifact/out
+ publish_dir: ./.artifact
61
62
docker-image:
63
name: Build the docker image
@@ -81,7 +81,7 @@ jobs:
81
context: .
82
file: Dockerfile
83
push: true
84
- platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
+ platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
85
build-args: "APP_VERSION=${{ steps.slug.outputs.version }}"
86
tags: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:${{ steps.slug.outputs.version }}
87
# tags: | # TODO: uncomment after the stable release
0 commit comments