Skip to content

Commit f6973c3

Browse files
committed
Use Python 3.7 image for the latest tag
1 parent 61c2aab commit f6973c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ jobs:
8484
executor: docker_build_executor
8585
environment:
8686
TAG: py36 # Docker tag as an environmental variable
87-
TAG2: latest
87+
TAG2: py36
8888
<<: *defsteps
8989

9090
# Build Docker image for Python v3.7
9191
docker_build_py37:
9292
executor: docker_build_executor
9393
environment:
9494
TAG: py37 # Docker tag as an environmental variable
95-
TAG2: py37
95+
TAG2: latest
9696
<<: *defsteps
9797

9898
# Build Docker image for Python v3.5 w/ Alpine Linux
@@ -108,15 +108,15 @@ jobs:
108108
executor: docker_build_executor
109109
environment:
110110
TAG: py36-alpine # Docker tag as an environmental variable
111-
TAG2: latest-alpine
111+
TAG2: py36-alpine
112112
<<: *defsteps
113113

114114
# Build Docker image for Python v3.7 w/ Alpine Linux
115115
docker_build_py37_alpine:
116116
executor: docker_build_executor
117117
environment:
118118
TAG: py37-alpine # Docker tag as an environmental variable
119-
TAG2: py37-alpine
119+
TAG2: latest-alpine
120120
<<: *defsteps
121121

122122
# Build Docker image for PyPy3

0 commit comments

Comments
 (0)