File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
uses : docker/setup-qemu-action@v3
19
19
20
20
- name : Set up Docker Buildx
21
+ id : buildx
21
22
uses : docker/setup-buildx-action@v3
23
+ with :
24
+ version : latest
25
+
26
+ - name : Available platforms
27
+ run : echo ${{ steps.buildx.outputs.platforms }}
22
28
23
29
- name : Login to Docker Hub
24
30
uses : docker/login-action@v3
37
43
file : ./frontend/Dockerfile.prod
38
44
push : true
39
45
platforms : linux/amd64,linux/arm64
46
+ builder : ${{ steps.buildx.outputs.name }}
40
47
tags : |
41
48
bangertech/bambucam-frontend:latest
42
49
bangertech/bambucam-frontend:${{ steps.tag.outputs.TAG }}
48
55
file : ./backend/Dockerfile.prod
49
56
push : true
50
57
platforms : linux/amd64,linux/arm64
58
+ builder : ${{ steps.buildx.outputs.name }}
51
59
tags : |
52
60
bangertech/bambucam-backend:latest
53
61
bangertech/bambucam-backend:${{ steps.tag.outputs.TAG }}
You can’t perform that action at this time.
0 commit comments