Skip to content

Commit 6b5bd24

Browse files
authored
Update prod-docker-image-buildx.yml
1 parent e371a6c commit 6b5bd24

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/prod-docker-image-buildx.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,16 @@ jobs:
4141
run: echo APP_VERSION=`git describe --tags --always`-muti >> $GITHUB_ENV
4242
-
4343
name: Build and push
44-
uses: docker/build-push-action@v2
44+
uses: docker/build-push-action@v6.18.0
4545
with:
4646
context: .
4747
platforms: |
48-
linux/386
4948
linux/amd64
50-
linux/arm/v5
51-
linux/arm/v6
5249
linux/arm/v7
53-
linux/arm/v8
50+
linux/arm64/v8
5451
linux/arm64
55-
linux/mips64le
5652
linux/ppc64le
53+
linux/riscv64
5754
linux/s390x
5855
push: true
5956
build-args: |

0 commit comments

Comments
 (0)