wip: 🔕 temporary commit

This commit is contained in:
Paramtamtam 2024-06-29 21:47:20 +04:00
parent f3c2646f4e
commit e3499a940c
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -57,7 +57,7 @@ jobs:
- uses: peaceiris/actions-gh-pages@v4 - uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.artifact/out publish_dir: ./.artifact
docker-image: docker-image:
name: Build the docker image name: Build the docker image
@ -81,7 +81,7 @@ jobs:
context: . context: .
file: Dockerfile file: Dockerfile
push: true push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
build-args: "APP_VERSION=${{ steps.slug.outputs.version }}" build-args: "APP_VERSION=${{ steps.slug.outputs.version }}"
tags: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:${{ steps.slug.outputs.version }} tags: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:${{ steps.slug.outputs.version }}
# tags: | # TODO: uncomment after the stable release # tags: | # TODO: uncomment after the stable release