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 9073003 commit 22ba967Copy full SHA for 22ba967
.github/workflows/release-images.yml
@@ -54,6 +54,8 @@ jobs:
54
push: true
55
tags: ${{ steps.meta_release.outputs.tags || steps.meta_push.outputs.tags }}
56
labels: ${{ steps.meta_release.outputs.labels || steps.meta_push.outputs.labels }}
57
+ cache-from: type=gha
58
+ cache-to: type=gha,mode=max
59
60
push_frontend:
61
name: Push Frontend Docker image to Docker Hub
@@ -96,3 +98,5 @@ jobs:
96
98
97
99
100
101
102
0 commit comments