Skip to content

Commit

Permalink
fix show-config
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 20, 2024
1 parent efaffac commit 337531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

- name: KeyCloak Show-Config
run: |
docker run --entrypoint=/opt/bitnami/keycloak/bin/kc.sh "${{ env.keycloak_image_name }}" show-config >> docker.log
docker run "${{ env.keycloak_image_name }}" /opt/bitnami/keycloak/bin/kc.sh show-config >> docker.log
echo "config=$(< docker.log tr '\n' ' ')" >> "$GITHUB_ENV"
- name: Assert Config
Expand Down

0 comments on commit 337531b

Please sign in to comment.