From 4a13a3f840d564d615db8e4b7e06ca2220e6e010 Mon Sep 17 00:00:00 2001 From: Skillet Date: Thu, 16 Feb 2023 01:25:08 -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 f710ecf..2f0fd8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,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"