From 0bfe37931083f3f4c0a932041dfe8196356a435c Mon Sep 17 00:00:00 2001 From: rustmailer Date: Thu, 22 Jan 2026 15:52:52 +0800 Subject: [PATCH] update --- .github/workflows/release.yml | 3 +-- docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c44ef9f..9a80d69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -220,8 +220,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: . - file: ./docker/Dockerfile + context: ./docker push: true platforms: linux/amd64,linux/arm64 tags: | diff --git a/docker/Dockerfile b/docker/Dockerfile index e684957..45a1954 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,7 +18,7 @@ COPY ${TARGETARCH}/LICENSE /opt/bichon/ RUN chmod +x /opt/bichon/bichon # Copy and setup entrypoint script for PUID/PGID support -COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh +COPY entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh # Install ca-certificates to ensure HTTPS certificate verification works correctly