Skip to content

Commit

Permalink
Merge pull request #8 from Sage/npm-with-rails
Browse files Browse the repository at this point in the history
Add SAGEONEGEMS_JFROG_NPM_TOKEN to buildx
  • Loading branch information
ianoxley authored Apr 4, 2024
2 parents 0e49bff + f819cd0 commit 438e5db
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 438e5db

Please sign in to comment.