Skip to content

Commit e545f7b

Browse files
committed
update
1 parent 21abac3 commit e545f7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
-
1313
name: Checkout
1414
uses: actions/checkout@v4
15+
-
16+
name: Set up Docker Buildx
17+
id: buildx
18+
uses: docker/setup-buildx-action@v3
19+
with:
20+
install: true
21+
driver-opts: network=host
1522
-
1623
name: Login to DockerHub
1724
uses: docker/login-action@v3
@@ -37,13 +44,6 @@ jobs:
3744
uses: docker/setup-qemu-action@v3
3845
with:
3946
platforms: linux/amd64,linux/arm64
40-
-
41-
name: Set up Docker Buildx
42-
id: buildx
43-
uses: docker/setup-buildx-action@v3
44-
with:
45-
install: true
46-
driver-opts: network=host
4747
-
4848
name: Build and push
4949
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)