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 e371a6c commit 6b5bd24Copy full SHA for 6b5bd24
.github/workflows/prod-docker-image-buildx.yml
@@ -41,19 +41,16 @@ jobs:
41
run: echo APP_VERSION=`git describe --tags --always`-muti >> $GITHUB_ENV
42
-
43
name: Build and push
44
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6.18.0
45
with:
46
context: .
47
platforms: |
48
- linux/386
49
linux/amd64
50
- linux/arm/v5
51
- linux/arm/v6
52
linux/arm/v7
53
- linux/arm/v8
+ linux/arm64/v8
54
linux/arm64
55
- linux/mips64le
56
linux/ppc64le
+ linux/riscv64
57
linux/s390x
58
push: true
59
build-args: |
0 commit comments