Skip to content

Commit

Permalink
Add SAGEONEGEMS_JFROG_NPM_TOKEN to buildx
Browse files Browse the repository at this point in the history
MSO UK now requires both the JFrog gems env var, and the JFrog npm env
var, so pass `SAGEONEGEMS_JFROG_NPM_TOKEN` as the `jfrog_npm` secret in
the buildx function.
  • Loading branch information
ianoxley committed Mar 28, 2024
1 parent 0e49bff commit f819cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ buildx() {
--cache-from $BK_CACHE:$APP-$tag-$BUILDKITE_PIPELINE_DEFAULT_BRANCH \
--secret id=railslts,env=BUNDLE_GEMS__RAILSLTS__COM \
--secret id=jfrog,env=BUNDLE_SAGEONEGEMS__JFROG__IO \
--secret id=jfrog_npm,env=SAGEONEGEMS_JFROG_NPM_TOKEN \
--ssh default \
$OPTIONAL_TARGET \
--load \
Expand Down

0 comments on commit f819cd0

Please sign in to comment.