Skip to content

Commit e9ab598

Browse files
committed
ci: Add caching
1 parent 0f415a9 commit e9ab598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
org.opencontainers.image.revision=${{ github.sha }}
4747
org.opencontainers.image.source=ssh://[email protected]:${{ github.repository }}.git
4848
org.opencontainers.image.url=https://github.com/${{ github.repository }}
49+
cache-from: type=gha
50+
cache-to: type=gha,mode=max
4951

5052
- name: Create and push manifest
5153
run: |

0 commit comments

Comments
 (0)