From 62e950f719fd2c4d1f7c0f9a4bab3a6d7aa2dada Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 21 Sep 2024 15:27:15 -0500 Subject: [PATCH] ci: remove caching for images --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17671d9..8a69b77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,6 @@ jobs: file: ./Dockerfile push: true tags: "${{ vars.DOCKER_REGISTRY_URL }}/squad:latest" - cache-to: type=inline build_matrix: strategy: @@ -75,8 +74,6 @@ jobs: build-args: mods=${{ matrix.mods }} push: true tags: "${{ vars.DOCKER_REGISTRY_URL }}/squad:${{ matrix.name-id }}" - cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/squad:latest - cache-to: type=inline logout-reg: runs-on: self-hosted