ci: remove caching for images

This commit is contained in:
Price Hiller 2024-09-21 15:27:15 -05:00
parent 7eda0e02d3
commit 62e950f719
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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