Skip to content

Commit 6c5dd89

Browse files
committed
test: docker buildx3
1 parent 3e091ac commit 6c5dd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ 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-
56+
docker images
5757
5858
- name: docker image
5959
run: |
6060
docker images
6161
docker pull --platform linux/amd64 python:3.9-slim-bookworm
6262
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
63-
63+
docker images
6464
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
6565
6666
# - name: Build and push

0 commit comments

Comments
 (0)