Skip to content

Commit

Permalink
Fixed CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kilmajster committed Jun 3, 2021
1 parent c337001 commit a7dae7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI with Selenide & 🐋
name: CI with 🐋 & Selenide

on:
push:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Keycloak username password attribute authenticator
[![CI with Selenide](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/actions/workflows/automation_tests.yml/badge.svg)](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/actions/workflows/automation_tests.yml)
[![CI with 🐋 & Selenide](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/actions/workflows/automation-tests.yml/badge.svg)](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/actions/workflows/automation-tests.yml)
![Maven Central](https://img.shields.io/maven-central/v/io.github.kilmajster/keycloak-username-password-attribute-authenticator)
![Docker Image Version (latest by date)](https://img.shields.io/docker/v/kilmajster/keycloak-username-password-attribute-authenticator?label=docker%20hub)
![Docker Pulls](https://img.shields.io/docker/pulls/kilmajster/keycloak-username-password-attribute-authenticator)
Expand All @@ -10,6 +10,9 @@ Keycloak default login form with user attribute validation.

## How 2 use
### using jar



### using docker init container
```
kilmajster/keycloak-username-password-attribute-authenticator:latest
Expand Down

0 comments on commit a7dae7e

Please sign in to comment.