File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
services :
4
4
algorithm-exercises-js-test :
5
- image : algorithm-exercises-js:test
5
+ image : ${IMAGE_NAME:- algorithm-exercises-js} :test
6
6
build :
7
7
context : .
8
8
target : testing
@@ -14,7 +14,7 @@ services:
14
14
profiles : ["testing"]
15
15
16
16
algorithm-exercises-js-lint :
17
- image : algorithm-exercises-js:lint
17
+ image : ${IMAGE_NAME:- algorithm-exercises-js} :lint
18
18
build :
19
19
context : .
20
20
target : lint
@@ -26,7 +26,7 @@ services:
26
26
profiles : ["lint"]
27
27
28
28
algorithm-exercises-js-dev :
29
- image : algorithm-exercises-js:dev
29
+ image : ${IMAGE_NAME:- algorithm-exercises-js} :dev
30
30
build :
31
31
context : .
32
32
target : development
@@ -38,7 +38,7 @@ services:
38
38
profiles : ["development"]
39
39
40
40
algorithm-exercises-js :
41
- image : algorithm-exercises-js:latest
41
+ image : ${IMAGE_NAME:- algorithm-exercises-js} :latest
42
42
build :
43
43
context : .
44
44
target : production
You can’t perform that action at this time.
0 commit comments