Skip to content

Commit

Permalink
chore: set test string and change image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Nov 26, 2024
1 parent f108378 commit 7fac485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-rhbk-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
context: docker/keycloak
push: true
tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev-jon-experiment-26
tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev-jon-experiment-26-2
file: docker/keycloak/Dockerfile-26
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ private void redirect(AuthenticationFlowContext context, IdentityProviderModel i
String clientId = context.getAuthenticationSession().getClient().getClientId();
String tabId = context.getAuthenticationSession().getTabId();
// String clientData = AuthenticationProcessor.getClientData(context.getSession(), context.getAuthenticationSession());
String clientData = "Test String 1"
String loginHint = "Test String 3";
String clientData = "Test String 1";
String loginHint = "Test String 2";
URI location =
Urls.identityProviderAuthnRequest(
context.getUriInfo().getBaseUri(),
Expand Down

0 comments on commit 7fac485

Please sign in to comment.