Skip to content

Commit 44215fd

Browse files
committed
test: docker manifest
1 parent 5191f2d commit 44215fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
6464
docker rmi python:3.9-slim-bookworm
6565
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
66+
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
6768
6869
# - name: Build and push
6970
# uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)