We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21abac3 commit e545f7bCopy full SHA for e545f7b
1 file changed
.github/workflows/docker.yml
@@ -12,6 +12,13 @@ jobs:
12
-
13
name: Checkout
14
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
22
23
name: Login to DockerHub
24
uses: docker/login-action@v3
@@ -37,13 +44,6 @@ jobs:
37
44
uses: docker/setup-qemu-action@v3
38
45
with:
39
46
platforms: linux/amd64,linux/arm64
40
- -
41
- name: Set up Docker Buildx
42
- id: buildx
43
- uses: docker/setup-buildx-action@v3
- with:
- install: true
- driver-opts: network=host
47
48
name: Build and push
49
uses: docker/build-push-action@v6
0 commit comments