From b275653d3aee80ee0602cf92c2c6cb5b49f6ec7a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 May 2026 05:14:46 +0000 Subject: [PATCH] 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> --- deploy-invttrdg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-invttrdg.sh b/deploy-invttrdg.sh index 180a259..1a94d49 100755 --- a/deploy-invttrdg.sh +++ b/deploy-invttrdg.sh @@ -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}" \