diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 3016432..c0f86c5 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -12,19 +12,7 @@ jobs: - 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 + docker compose build diff --git a/README.md b/README.md index 0a03700..3af1c74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nginx Keycloak -[![Linux build of nginx-keycloak](https://github.com/flavienbwk/nginx-keycloak/actions/workflows/linux-build.yml/badge.svg)](https://github.com/flavienbwk/nginx-keycloak/actions/workflows/linux-build.yml) +[![Docker build](https://github.com/flavienbwk/nginx-keycloak/actions/workflows/linux-build.yml/badge.svg)](https://github.com/flavienbwk/nginx-keycloak/actions/workflows/linux-build.yml) Setting NGINX as a reverse proxy with Keycloak SSO in front of your web applications.