Skip to content

Commit c28d83a

Browse files
authored
Merge pull request #3 from appfolio/add-build-args
Add keycloak version build args
2 parents f55246d + 979f752 commit c28d83a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ commands:
8686
--secret id=npm_token,env=NPM_TOKEN \
8787
--secret id=github_npm_token,env=GITHUB_NPM_TOKEN \
8888
--build-arg="commit_sha=${CIRCLE_SHA1}" \
89+
--build-arg="KEYCLOAK_VERSION=25.0.4" \
90+
--build-arg="KEYCLOAK_CLIENT_VERSION=25.0.1" \
8991
.
9092
- run:
9193
name: Push Docker image

0 commit comments

Comments
 (0)