From 2bd89452df2bacb5c84ac7feb898634f31eb49a4 Mon Sep 17 00:00:00 2001 From: Skillet Date: Tue, 14 Feb 2023 01:17:17 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 720bcfd..826d19a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,5 @@ 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"