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 3e091ac commit 6c5dd89Copy full SHA for 6c5dd89
.github/workflows/docker-image.yml
@@ -53,14 +53,14 @@ jobs:
53
docker images
54
docker pull --platform linux/arm64 python:3.9-slim-bookworm
55
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-arm64
56
-
+ docker images
57
58
- name: docker image
59
run: |
60
61
docker pull --platform linux/amd64 python:3.9-slim-bookworm
62
docker tag python:3.9-slim-bookworm ghcr.io/lightislost/python:3.9-slim-bookworm-amd64
63
64
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
65
66
# - name: Build and push
0 commit comments