Skip to content

Commit 22ba967

Browse files
committed
cache docker releases
1 parent 9073003 commit 22ba967

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
push: true
5555
tags: ${{ steps.meta_release.outputs.tags || steps.meta_push.outputs.tags }}
5656
labels: ${{ steps.meta_release.outputs.labels || steps.meta_push.outputs.labels }}
57+
cache-from: type=gha
58+
cache-to: type=gha,mode=max
5759

5860
push_frontend:
5961
name: Push Frontend Docker image to Docker Hub
@@ -96,3 +98,5 @@ jobs:
9698
push: true
9799
tags: ${{ steps.meta_release.outputs.tags || steps.meta_push.outputs.tags }}
98100
labels: ${{ steps.meta_release.outputs.labels || steps.meta_push.outputs.labels }}
101+
cache-from: type=gha
102+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)