Fix image cache
This commit is contained in:
4
.github/workflows/deploy-production.yaml
vendored
4
.github/workflows/deploy-production.yaml
vendored
@@ -51,8 +51,8 @@ jobs:
|
||||
tags: |-
|
||||
${{ needs.setup.outputs.image }}
|
||||
${{ needs.setup.outputs.image-sha }}
|
||||
cache-from: type=registry,ref=${{ needs.setup.outputs.image }}-buildcache
|
||||
cache-to: type=registry,ref=${{ needs.setup.outputs.image }}-buildcache,mode=max
|
||||
cache-from: type=registry,ref=${{ needs.setup.outputs.image }}
|
||||
cache-to: type=inline
|
||||
|
||||
deploy:
|
||||
uses: ditkrg/dit-digital-service-manual/.github/workflows/deploy-base.yaml@main
|
||||
|
||||
Reference in New Issue
Block a user