Boring cache
Some checks failed
release-nightly / release-image (push) Failing after 18m20s

This commit was merged in pull request #4.
This commit is contained in:
2023-08-22 08:50:40 +02:00
parent fa067061b3
commit f97426956a
2 changed files with 8 additions and 4 deletions

View File

@@ -48,5 +48,7 @@ jobs:
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ env.DOCKER_LATEST }}
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:${{ env.DOCKER_LATEST }}
cache-to: type:inline
# cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
# cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max