Skip to content

Commit

Permalink
use service name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVanMourik committed Jan 11, 2024
1 parent d8740ac commit ce62b84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set Keycloak configuration
uses: RosemanLabs/gha-set-keycloak-config@v1
with:
keycloak-url: "localhost:8080"
keycloak-url: "http://auth:8080"
keycloak-user: "admin"
keycloak-password: "admin"
import-files: "/config/*"
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ inputs:
runs:
using: "docker"
image: "Dockerfile"
args:
- "-p 8080:8080"

0 comments on commit ce62b84

Please sign in to comment.