Upgraded Keycloak, NGINX, Postgres and configuration accordingly (#8) #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux build of nginx-keycloak | |
on: [push] | |
jobs: | |
build-linux: | |
name: Ubuntu 22.04 build of nginx-keycloak | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check Out Repo | |
uses: actions/checkout@v2 | |
- name: Docker-compose build | |
run: | | |
docker compose build |