Skip to content

Commit 298b94b

Browse files
authored
Update dockerhub.yml
1 parent c5ee19b commit 298b94b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dockerhub.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

@@ -44,7 +44,7 @@ jobs:
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 }}
@@ -57,7 +57,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)