OTP Email#52
Conversation
manics
left a comment
There was a problem hiding this comment.
Have you reviewed the code in https://github.com/mesutpiskin/keycloak-2fa-email-authenticator/ ? We can probably ask the software team if not.
| uses: docker/build-push-action@v6 | ||
| with: | ||
| context: ./container | ||
| file: ./container/Dockerfile.eotp |
There was a problem hiding this comment.
Try adding something like build-args: BASE_IMAGE=${{ steps.meta.outputs.tags[0] }} (I don't know if array indexing works, you might have to use an indexing function)
There was a problem hiding this comment.
It works without indexing, but I guess if we decide to add another tag to the first container it will break
e6d3a75 to
1f45797
Compare
I've looked through it and couldn't see anything obvious. Will have a more thorough look now. |
Built as a separate container so that it appears as a separate release in GitHub, just in case others are using this repo for their Keycloak and don't want email-based OTP.