File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -21,29 +21,28 @@ changelog:
21
21
dockers :
22
22
- image : gaiapipeline/gaia
23
23
skip_push : false
24
+ binary : gaia-linux-amd64
24
25
dockerfile : docker/Dockerfile
25
26
extra_files :
26
- - docker/docker-entrypoint.sh
27
+ - docker/docker-entrypoint.sh
28
+ - docker/settings-docker.xml
27
29
tag_templates :
28
30
- latest
29
31
- image : gaiapipeline/gaia
30
32
skip_push : false
33
+ binary : gaia-linux-amd64
31
34
dockerfile : docker/Dockerfile.golang
32
- extra_files :
33
- - docker/docker-entrypoint.sh
34
35
tag_templates :
35
36
- " {{ .Tag }}-go"
36
37
- image : gaiapipeline/gaia
37
38
skip_push : false
39
+ binary : gaia-linux-amd64
38
40
dockerfile : docker/Dockerfile.java
39
- extra_files :
40
- - docker/docker-entrypoint.sh
41
41
tag_templates :
42
42
- " {{ .Tag }}-java"
43
43
- image : gaiapipeline/gaia
44
44
skip_push : false
45
+ binary : gaia-linux-amd64
45
46
dockerfile : docker/Dockerfile.python
46
- extra_files :
47
- - docker/docker-entrypoint.sh
48
47
tag_templates :
49
48
- " {{ .Tag }}-python"
You can’t perform that action at this time.
0 commit comments