Skip to content

Commit

Permalink
Merge pull request #6318 from samvera/kaniko-forks
Browse files Browse the repository at this point in the history
Fix kaniko builds of forked PRs
  • Loading branch information
hackartisan authored Sep 14, 2023
2 parents 1c4bf79 + cecb3e0 commit 719bca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--build-arg "EXTRA_APK_PACKAGES=git bash" \
--build-arg "APP_PATH=.<< parameters.hyrax_app >>" \
--build-arg "RUBY_VERSION=<< parameters.ruby_version >>" \
--context "git://github.com/samvera/hyrax#refs/heads/${CIRCLE_BRANCH}#${CIRCLE_SHA1}" \
--context "git://github.com/$(echo $CIRCLE_REPOSITORY_URL | sed -E 's/.+:(.+)\.git/\1/')#refs/heads/${CIRCLE_BRANCH}#${CIRCLE_SHA1}" \
--target "hyrax-engine-dev" \
--destination "ghcr.io/samvera/hyrax/<< parameters.hyrax_app >>-dev:${CIRCLE_SHA1}"
Expand Down

0 comments on commit 719bca2

Please sign in to comment.