File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,15 @@ jobs:
53
53
docker images
54
54
docker pull --platform linux/arm64 python:3.9-slim-bookworm
55
55
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
56
- docker images
56
+ docker rmi python:3.9-slim-bookworm
57
+ docker images
57
58
58
59
- name : docker image
59
60
run : |
60
61
docker images
61
62
docker pull --platform linux/amd64 python:3.9-slim-bookworm
62
63
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
64
+ docker rmi python:3.9-slim-bookworm
63
65
docker images
64
66
docker buildx imagetools create -t ghcr.io/lightislost/python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-arm64 ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
65
67
You can’t perform that action at this time.
0 commit comments