We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c6edb commit c694b3aCopy full SHA for c694b3a
.github/workflows/upload-image.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v5
24
25
+ - name: Set up Docker Buildx
26
+ uses: docker/setup-buildx-action@v3
27
+
28
- name: Log in to Container Registry
29
uses: docker/login-action@v3
30
with:
@@ -47,4 +50,6 @@ jobs:
47
50
context: .
48
51
push: true
49
52
tags: ${{ steps.meta.outputs.tags }}
- labels: ${{ steps.meta.outputs.labels }}
53
+ labels: ${{ steps.meta.outputs.labels }}
54
+ cache-from: type=gha
55
+ cache-to: type=gha,mode=max
0 commit comments