From 34134994bcdee9abf338218acb32f5dd4c9d351c Mon Sep 17 00:00:00 2001 From: Adrian Altner Date: Wed, 22 Apr 2026 03:55:58 +0200 Subject: [PATCH] Force full rebuild in CI with --no-cache Podman was reusing the RUN npm run build layer from before the vite.define token injection was added, causing webmentions to be built without the token. Co-Authored-By: Claude Opus 4.7 --- .forgejo/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 55cae58..b403634 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -35,6 +35,7 @@ jobs: run: | cd "${DEPLOY_DIR}" sudo podman build \ + --no-cache \ --build-arg WEBMENTION_TOKEN="${{ secrets.WEBMENTION_TOKEN }}" \ -t localhost/adrian-altner.de:latest .