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:
parent
5d55bd1720
commit
b275653d3a
@ -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}" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user