Skip to content

Commit 4e0ca9d

Browse files
add versions for image
1 parent e9ce21b commit 4e0ca9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker_image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
context: .
3939
# Note: tags has to be all lower-case
4040
tags: |
41-
satel/python-base:${{env.RELEASE_VERSION}}
41+
satel/python-base:${{env.RELEASE_VERSION}}-python3.8
4242
build-args: |
4343
IMAGE_VERSION=python:3.8.13-slim
4444
push: true
@@ -50,7 +50,7 @@ jobs:
5050
context: .
5151
# Note: tags has to be all lower-case
5252
tags: |
53-
satel/python-base:${{env.RELEASE_VERSION}}
53+
satel/python-base:${{env.RELEASE_VERSION}}-python3.9
5454
build-args: |
5555
IMAGE_VERSION=python:3.9.12-slim
5656
push: true
@@ -62,7 +62,7 @@ jobs:
6262
context: .
6363
# Note: tags has to be all lower-case
6464
tags: |
65-
satel/python-base:${{env.RELEASE_VERSION}}
65+
satel/python-base:${{env.RELEASE_VERSION}}-python3.10
6666
build-args: |
6767
IMAGE_VERSION=python:3.10.4-slim
6868
push: true

0 commit comments

Comments
 (0)