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:
5353 docker images
5454 docker pull --platform linux/arm64 python:3.9-slim-bookworm
5555 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
5758
5859 - name : docker image
5960 run : |
6061 docker images
6162 docker pull --platform linux/amd64 python:3.9-slim-bookworm
6263 docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
64+ docker rmi python:3.9-slim-bookworm
6365 docker images
6466 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
6567
You can’t perform that action at this time.
0 commit comments