Skip to content

Commit

Permalink
fix: multiple build arguments (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro authored Jan 31, 2024
1 parent 2d8a235 commit 3af4d14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
tag: ${CIRCLE_SHA1:0:7}.$CIRCLE_BUILD_NUMBER
path: ~/project/sample/
docker-context: ~/project/sample/
extra_build_args: "--build-arg CIRCLE_BRANCH=$CIRCLE_BRANCH \
--build-arg CIRCLE_USERNAME=$CIRCLE_USERNAME"
- gcp-gcr/push-image:
registry-url: us.gcr.io
image: sample-image
Expand Down
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ display:
source_url: "https://github.com/CircleCI-Public/gcp-gcr-orb"

orbs:
docker: circleci/docker@1.5
docker: circleci/docker@2.5
gcp-cli: circleci/[email protected]

0 comments on commit 3af4d14

Please sign in to comment.