Skip to content

Commit e3499a9

Browse files
committed
wip: 🔕 temporary commit
1 parent f3c2646 commit e3499a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: peaceiris/actions-gh-pages@v4
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
60-
publish_dir: ./.artifact/out
60+
publish_dir: ./.artifact
6161

6262
docker-image:
6363
name: Build the docker image
@@ -81,7 +81,7 @@ jobs:
8181
context: .
8282
file: Dockerfile
8383
push: true
84-
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
84+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
8585
build-args: "APP_VERSION=${{ steps.slug.outputs.version }}"
8686
tags: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:${{ steps.slug.outputs.version }}
8787
# tags: | # TODO: uncomment after the stable release

0 commit comments

Comments
 (0)