File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
4444 uses : docker/build-push-action@v2
4545 with :
4646 file : Dockerfile
47- platforms : linux/amd64,linux/arm64,linux/arm/v7
47+ platforms : linux/amd64,linux/arm64,linux/arm/v7,linux/s390x
4848 push : true
4949 tags : ${{ steps.docker_meta_debian.outputs.tags }}
5050 labels : ${{ steps.docker_meta_debian.outputs.labels }}
5757 steps :
5858
5959 - name : Checkout
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v4
6161 with :
6262 fetch-depth : 0
6363
@@ -90,10 +90,10 @@ jobs:
9090 uses : docker/build-push-action@v2
9191 with :
9292 file : Dockerfile.alpine
93- platforms : linux/amd64,linux/arm64,linux/arm/v7
93+ platforms : linux/amd64,linux/arm64,linux/arm/v7,linux/s390x
9494 push : true
9595 tags : ${{ steps.docker_meta_alpine.outputs.tags }}
9696 labels : ${{ steps.docker_meta_alpine.outputs.labels }}
9797
9898 - name : Images digests
99- run : echo ${{ steps.docker_build_alpine.outputs.digest }}
99+ run : echo ${{ steps.docker_build_alpine.outputs.digest }}
You can’t perform that action at this time.
0 commit comments