Skip to content

Commit

Permalink
Use seperate docker image for michendorf
Browse files Browse the repository at this point in the history
  • Loading branch information
meytin1337 committed Feb 12, 2024
1 parent ef2e0cf commit 0b1ca2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- run: >-
docker build .
-f Dockerfile
-t ghcr.io/klima-dashboard/keycloak:latest
- run: docker push ghcr.io/klima-dashboard/keycloak:latest
-t ghcr.io/klima-dashboard/keycloak:michendorf
- run: docker push ghcr.io/klima-dashboard/keycloak:michendorf
deploy:
runs-on: ubuntu-latest
container: r.planetary-quantum.com/quantum-public/cli:2
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
keycloak:
image: ghcr.io/klima-dashboard/keycloak:latest
image: ghcr.io/klima-dashboard/keycloak:michendorf
environment:
KC_DB: "mariadb"
KC_DB_USERNAME: root
Expand Down

0 comments on commit 0b1ca2f

Please sign in to comment.