Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 152410d

Browse files
authored
use official docker build action
1 parent 3fafebd commit 152410d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Docker.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ jobs:
4242
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
4343
--build-arg VCS_REF=${GITHUB_SHA::8} \
4444
${TAGS} --file ./Dockerfile .
45-
-
45+
-
46+
name: Set up QEMU
47+
uses: docker/setup-qemu-action@v1
48+
-
4649
name: Set up Docker Buildx
47-
uses: crazy-max/ghaction-docker-buildx@v3
50+
uses: docker/setup-buildx-action@v1
4851
-
4952
name: Docker Buildx (build)
5053
run: |

0 commit comments

Comments
 (0)