From 14d25e2a228bacfba06d86a477d4fd925e59ef5d Mon Sep 17 00:00:00 2001 From: Skillet Date: Tue, 14 Feb 2023 01:23:12 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 826d19a..720bcfd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,5 +32,6 @@ jobs: context: . file: ./Dockerfile push: true + cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest cache-to: type=inline tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"