File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
22
- name : Check out the repo
23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
24
25
+ - name : Set up Docker Buildx
26
+ uses : docker/setup-buildx-action@v3
27
+ with :
28
+ # driver-opts: network=host
29
+ platforms : linux/amd64,linux/arm64
30
+
25
31
- name : Log in to Docker Hub
26
32
27
33
with :
@@ -37,10 +43,12 @@ jobs:
37
43
- name : Build and push Docker image
38
44
39
45
with :
46
+ platforms : linux/amd64,linux/arm64
40
47
context : Backend/
41
48
push : true
42
49
tags : ${{ steps.meta.outputs.tags }}
43
50
labels : ${{ steps.meta.outputs.labels }}
51
+
44
52
frontend :
45
53
name : Build and push Frontend image
46
54
runs-on : ubuntu-latest
53
61
- name : Set up Docker Buildx
54
62
uses : docker/setup-buildx-action@v3
55
63
with :
56
- driver-opts : network=host
64
+ # driver-opts: network=host
57
65
platforms : linux/amd64,linux/arm64
58
66
59
67
- name : Log in to Docker Hub
You can’t perform that action at this time.
0 commit comments