We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f410554 commit 9a1aeccCopy full SHA for 9a1aecc
1 file changed
.github/workflows/deploy.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
images: zuramai/pembantu-ai
27
28
+ - name: Set up Docker Buildx
29
+ uses: docker/setup-buildx-action@v3
30
+
31
- name: Build and push Docker image
32
id: push
33
uses: docker/build-push-action@v6
0 commit comments