Update main.yml

This commit is contained in:
Skillet 2023-04-12 23:59:33 -04:00 committed by GitHub
parent dcedbba972
commit fefcbe14a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
push: true
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squad:latest"
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/squad:latest
cache-to: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/squad:latest
cache-to: type=inline
build_matrix:
strategy:
@ -72,4 +72,4 @@ jobs:
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=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/squad:${{ matrix.name-id }}
cache-to: type=inline