Force full rebuild in CI with --no-cache
All checks were successful
Deploy / deploy (push) Successful in 1m25s
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:
parent
df59a1405f
commit
34134994bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue