Force full rebuild in CI with --no-cache
All checks were successful
Deploy / deploy (push) Successful in 1m25s

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 <noreply@anthropic.com>
This commit is contained in:
Adrian Altner 2026-04-22 03:55:58 +02:00
parent df59a1405f
commit 34134994bc

View file

@ -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 .