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 0f415a9 commit e9ab598Copy full SHA for e9ab598
.github/workflows/docker.yml
@@ -46,6 +46,8 @@ jobs:
46
org.opencontainers.image.revision=${{ github.sha }}
47
org.opencontainers.image.source=ssh://[email protected]:${{ github.repository }}.git
48
org.opencontainers.image.url=https://github.com/${{ github.repository }}
49
+ cache-from: type=gha
50
+ cache-to: type=gha,mode=max
51
52
- name: Create and push manifest
53
run: |
0 commit comments