File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
frontend :
4
4
docker :
5
- - image : circleci /node:16.14
5
+ - image : cimg /node:16.14
6
6
steps :
7
7
- checkout
8
8
- run :
21
21
22
22
backend :
23
23
docker :
24
- - image : circleci/golang :1.18
24
+ - image : cimg/go :1.18
25
25
working_directory : /go/src/github.com/RoboCup-SSL/ssl-game-controller
26
26
steps :
27
27
- checkout
46
46
47
47
publish-github-release :
48
48
docker :
49
- - image : circleci/golang :1.18
49
+ - image : cimg/go :1.18
50
50
steps :
51
51
- attach_workspace :
52
52
at : .
@@ -66,11 +66,11 @@ jobs:
66
66
67
67
docker :
68
68
docker :
69
- - image : cimg/base:2021.04
69
+ - image : cimg/base:2022.03
70
70
steps :
71
71
- checkout
72
72
- setup_remote_docker :
73
- version : 20.10.6
73
+ version : 20.10.11
74
74
- run : |
75
75
TAG=${CIRCLE_TAG:1}
76
76
TAG=${TAG:-latest}
You can’t perform that action at this time.
0 commit comments