Skip to content

Commit fe64109

Browse files
author
Roman
committed
try to use cache for step Build and push Docker image
1 parent 70199d9 commit fe64109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ jobs:
8686
tags: |
8787
ghcr.io/${{ github.repository }}-localnet:${{ env.tag }}
8888
${{ env.latest_tag == 'true' && format('ghcr.io/{0}-localnet:latest', github.repository) || '' }}
89+
cache-from: type=gha
90+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)