mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Fix cache pushing problem. (#1052)
This commit is contained in:
4
.github/workflows/dependencies.yml
vendored
4
.github/workflows/dependencies.yml
vendored
@@ -61,8 +61,8 @@ jobs:
|
||||
push: ${{ env.IS_PUSHING_IMAGES }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
cache-from: ${{ env.IS_CACHING == 'true' && 'type=gha' }}
|
||||
cache-to: ${{ env.IS_CACHING == 'true' && 'type=gha,mode=max' }}
|
||||
cache-from: ${{ ( env.IS_CACHING == 'true' && 'type=gha' ) || '' }}
|
||||
cache-to: ${{ ( env.IS_CACHING == 'true' && 'type=gha,mode=max' ) || '' }}
|
||||
no-cache: ${{ env.IS_CACHING != 'true' }}
|
||||
sbom: true
|
||||
provenance: mode=max
|
||||
|
||||
Reference in New Issue
Block a user