Skip to content

Upgraded nginx-keycloak #13

Upgraded nginx-keycloak

Upgraded nginx-keycloak #13

Workflow file for this run

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: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Docker-compose build
run: |
docker-compose build