We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7868e45 commit b0d862bCopy full SHA for b0d862b
.github/workflows/ci.yaml
@@ -41,8 +41,7 @@ jobs:
41
context: .
42
load: true
43
tags: ${{ env.TEST_TAG }}
44
- cache-from: type=gha
45
- cache-to: type=gha,mode=max
+ cache-from: type=registry,ref=${{ steps.image_name.outputs.registry }}/${{ steps.image_name.outputs.repository }}:latest
46
- name: Test
47
run: >-
48
docker run --rm
@@ -69,5 +68,5 @@ jobs:
69
68
push: ${{ github.event_name == 'push' && contains(github.ref, '/tags/v') }}
70
tags: ${{ steps.meta.outputs.tags }}
71
labels: ${{ steps.meta.outputs.labels }}
72
73
+ cache-to: type=inline
0 commit comments