We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ce21b commit 4e0ca9dCopy full SHA for 4e0ca9d
1 file changed
.github/workflows/docker_image.yml
@@ -38,7 +38,7 @@ jobs:
38
context: .
39
# Note: tags has to be all lower-case
40
tags: |
41
- satel/python-base:${{env.RELEASE_VERSION}}
+ satel/python-base:${{env.RELEASE_VERSION}}-python3.8
42
build-args: |
43
IMAGE_VERSION=python:3.8.13-slim
44
push: true
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
+ satel/python-base:${{env.RELEASE_VERSION}}-python3.9
54
55
IMAGE_VERSION=python:3.9.12-slim
56
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
+ satel/python-base:${{env.RELEASE_VERSION}}-python3.10
66
67
IMAGE_VERSION=python:3.10.4-slim
68
0 commit comments