From a1ce40dd227dd96805b8006501fd6ecfe7725fad Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 7 Feb 2025 17:13:07 +0000 Subject: [PATCH] cleanup: Use green tip for success. --- .github/workflows/release.yml | 2 +- .netlify/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9432035..221f0eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: uses: thollander/actions-comment-pull-request@v3 with: message: | - > [!NOTE] + > [!TIP] > Preview URL: ${{ steps.deployment.outputs.page_url }} comment-tag: preview - name: Write warning comment if build failed diff --git a/.netlify/Dockerfile b/.netlify/Dockerfile index e8a0146..a6eac87 100644 --- a/.netlify/Dockerfile +++ b/.netlify/Dockerfile @@ -1,3 +1,3 @@ -FROM netlify/build:noble +FROM alpine:3.21 RUN mkdir _site && echo "Hello, World!" >_site/index.html