@@ -26,12 +26,12 @@ jobs:
26
26
uses : actions/checkout@v4
27
27
# https://github.com/docker/setup-qemu-action
28
28
- name : Set up QEMU
29
- uses : docker/setup-qemu-action@v2
29
+ uses : docker/setup-qemu-action@v3
30
30
# https://github.com/docker/setup-buildx-action
31
31
- name : Set up Docker Buildx
32
- uses : docker/setup-buildx-action@v2
32
+ uses : docker/setup-buildx-action@v3
33
33
- name : Login to DockerHub
34
- uses : docker/login-action@v2
34
+ uses : docker/login-action@v3
35
35
with :
36
36
registry : docker.io
37
37
username : ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
56
56
name : Create the image manifest
57
57
steps :
58
58
- name : Login to DockerHub
59
- uses : docker/login-action@v2
59
+ uses : docker/login-action@v3
60
60
with :
61
61
registry : docker.io
62
62
username : ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
69
69
docker.io/botsudo/docker-rustpython:arm64v8-latest \
70
70
docker.io/botsudo/docker-rustpython:386-latest \
71
71
docker.io/botsudo/docker-rustpython:ppc64le-latest \
72
- docker.io/botsudo/docker-rustpython:amd64-latest
72
+ docker.io/botsudo/docker-rustpython:amd64-latest \
73
+ --amend
73
74
- name : Push the manifest
74
75
run : docker manifest push docker.io/botsudo/docker-rustpython:latest
75
76
- name : Inspect the manifest
0 commit comments