We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0292f commit 008e185Copy full SHA for 008e185
1 file changed
.github/workflows/docker-publish.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v6.0.2
24
25
+ - name: Set up Docker Buildx
26
+ uses: docker/setup-buildx-action@v3
27
+
28
- name: Log in to GitHub Container Registry
29
uses: docker/login-action@v3.7.0
30
with:
@@ -48,3 +51,5 @@ jobs:
48
51
push: ${{ github.event_name != 'pull_request' }}
49
52
tags: ${{ steps.meta.outputs.tags }}
50
53
labels: ${{ steps.meta.outputs.labels }}
54
+ cache-from: type=gha
55
+ cache-to: type=gha,mode=max
0 commit comments