We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55246d commit 979f752Copy full SHA for 979f752
.circleci/config.yml
@@ -86,6 +86,8 @@ commands:
86
--secret id=npm_token,env=NPM_TOKEN \
87
--secret id=github_npm_token,env=GITHUB_NPM_TOKEN \
88
--build-arg="commit_sha=${CIRCLE_SHA1}" \
89
+ --build-arg="KEYCLOAK_VERSION=25.0.4" \
90
+ --build-arg="KEYCLOAK_CLIENT_VERSION=25.0.1" \
91
.
92
- run:
93
name: Push Docker image
0 commit comments