-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.yml
40 lines (40 loc) · 873 Bytes
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
parameters:
repository: aa8y/sbt
templates:
build: docker build -t {{{repository}}}:{{tag}} --build-arg SBT_VERSION={{version}} {{context}}
push: docker push {{{repository}}}:{{tag}}
test: docker run --rm {{{repository}}}:{{tag}} sbt {{{testCommand}}}
contexts:
.:
parameters:
testCommand: sbtVersion
tagKeys:
- version
tags:
'0.12.2':
testCommand: sbt-version
'0.12.4':
testCommand: sbt-version
'0.12':
testCommand: sbt-version
version: 0.12.4
'0.13.17':
'0.13.18':
'0.13':
version: 0.13.18
'1.0.3':
'1.0.4':
'1.0':
version: 1.0.4
'1.1.5':
'1.1.6':
'1.1':
version: 1.1.6
'1.2.7':
'1.2.8':
'1.2':
version: 1.2.8
'1':
version: 1.2.8
'latest':
version: 1.2.8