We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5191f2d commit 44215fdCopy full SHA for 44215fd
.github/workflows/docker-image.yml
@@ -63,7 +63,8 @@ jobs:
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
65
docker images
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
+ docker manifest create 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
67
+ docker manifest inspect ghcr.io/lightislost/python:3.9-slim-bookworm
68
69
# - name: Build and push
70
# uses: docker/build-push-action@v2
0 commit comments