We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e54db commit ca30119Copy full SHA for ca30119
1 file changed
.github/workflows/build-zephyr-container.yml
@@ -52,6 +52,9 @@ jobs:
52
type=sha
53
type=raw,value=latest,enable={{is_default_branch}}
54
55
+ - name: Set up Docker Buildx
56
+ uses: docker/setup-buildx-action@v3
57
+
58
- name: Build and push
59
uses: docker/build-push-action@v6
60
with:
@@ -60,6 +63,8 @@ jobs:
63
push: ${{ github.event_name != 'pull_request' }}
61
64
tags: ${{ steps.meta.outputs.tags }}
62
65
labels: ${{ steps.meta.outputs.labels }}
66
+ cache-from: type=gha
67
+ cache-to: type=gha,mode=max
68
69
- name: Set image reference output
70
id: image-ref
0 commit comments