Skip to content

Commit 0acae63

Browse files
committed
test: docker manifest 1
1 parent 44215fd commit 0acae63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
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
5656
docker rmi python:3.9-slim-bookworm
57+
docker push ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
5758
docker images
5859
5960
- name: docker image
@@ -62,6 +63,7 @@ jobs:
6263
docker pull --platform linux/amd64 python:3.9-slim-bookworm
6364
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
6465
docker rmi python:3.9-slim-bookworm
66+
docker push ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
6567
docker images
6668
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
6769
docker manifest inspect ghcr.io/lightislost/python:3.9-slim-bookworm

0 commit comments

Comments
 (0)