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 2222 - name : Check out the repo
2323 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
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+
2531 - name : Log in to Docker Hub
2632 uses : docker/login-action@v3.3.0
2733 with :
@@ -37,10 +43,12 @@ jobs:
3743 - name : Build and push Docker image
3844 uses : docker/build-push-action@v6.13.0
3945 with :
46+ platforms : linux/amd64,linux/arm64
4047 context : Backend/
4148 push : true
4249 tags : ${{ steps.meta.outputs.tags }}
4350 labels : ${{ steps.meta.outputs.labels }}
51+
4452 frontend :
4553 name : Build and push Frontend image
4654 runs-on : ubuntu-latest
5361 - name : Set up Docker Buildx
5462 uses : docker/setup-buildx-action@v3
5563 with :
56- driver-opts : network=host
64+ # driver-opts: network=host
5765 platforms : linux/amd64,linux/arm64
5866
5967 - name : Log in to Docker Hub
You can’t perform that action at this time.
0 commit comments