File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
context : .
39
39
# Note: tags has to be all lower-case
40
40
tags : |
41
- satel/python-base:${{env.RELEASE_VERSION}}
41
+ satel/python-base:${{env.RELEASE_VERSION}}-python3.8
42
42
build-args : |
43
43
IMAGE_VERSION=python:3.8.13-slim
44
44
push : true
50
50
context : .
51
51
# Note: tags has to be all lower-case
52
52
tags : |
53
- satel/python-base:${{env.RELEASE_VERSION}}
53
+ satel/python-base:${{env.RELEASE_VERSION}}-python3.9
54
54
build-args : |
55
55
IMAGE_VERSION=python:3.9.12-slim
56
56
push : true
62
62
context : .
63
63
# Note: tags has to be all lower-case
64
64
tags : |
65
- satel/python-base:${{env.RELEASE_VERSION}}
65
+ satel/python-base:${{env.RELEASE_VERSION}}-python3.10
66
66
build-args : |
67
67
IMAGE_VERSION=python:3.10.4-slim
68
68
push : true
You can’t perform that action at this time.
0 commit comments