Skip to content

Commit 91065af

Browse files
committed
try different docker cache
1 parent a7221d8 commit 91065af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/default__build-push-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@ jobs:
9393
# tags: ${{ steps.metadata.outputs.tags }}
9494
# labels: ${{ steps.metadata.outputs.labels }}
9595
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache
96-
cache-to: type=inline
96+
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
97+
# cache-to: type=inline

0 commit comments

Comments
 (0)