Update secret ID to match Dockerfile changes

Update from gitea_npm_token to gitea_npm_token_v2 to match
Dockerfile changes and bypass BuildKit secret cache.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
root 2026-05-12 05:14:46 +00:00
parent 5d55bd1720
commit b275653d3a

View File

@ -267,7 +267,7 @@ build_image() {
cache_flag="--no-cache"
fi
docker build --network host $cache_flag \
--secret id=gitea_npm_token,env=GITEA_NPM_TOKEN \
--secret id=gitea_npm_token_v2,env=GITEA_NPM_TOKEN \
--build-arg "BYTELYST_COMMIT_SHA=${BYTELYST_COMMIT_SHA}" \
--build-arg "BYTELYST_COMMIT_SHA_FULL=${BYTELYST_COMMIT_SHA_FULL}" \
--build-arg "BYTELYST_BRANCH=${BYTELYST_BRANCH}" \