We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741827b commit 9bb99a9Copy full SHA for 9bb99a9
1 file changed
.github/workflows/build.yaml
@@ -28,6 +28,9 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
31
+ - name: Set up Docker Buildx
32
+ uses: docker/setup-buildx-action@v3
33
+
34
- name: Set build metadata
35
id: meta
36
run: |
0 commit comments