diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adb1e5d..8432dbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,10 +28,14 @@ jobs: context: "{{defaultContext}}:nginx" push: true tags: ghcr.io/ufal/dockerized-nginx-with-shibboleth/nginx-shib:latest + cache-from: type=gha + cache-to: type=gha,mode=max - name: Build and push shibboleth uses: docker/build-push-action@v5 with: context: "{{defaultContext}}:shibboleth" push: true - tags: ghcr.io/ufal/dockerized-nginx-with-shibboleth/shibboleth:latest \ No newline at end of file + tags: ghcr.io/ufal/dockerized-nginx-with-shibboleth/shibboleth:latest + cache-from: type=gha + cache-to: type=gha,mode=max