File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : ' 1.0'
2
+
3
+ stages :
4
+ - test
5
+
6
+ steps :
7
+
8
+ CodeServerDockerImage :
9
+ title : Building CodeServer Docker Image
10
+ type : build
11
+ image_name : ilancodefresh/codeserver
12
+ working_directory : ./
13
+ tag : ' ${{CF_BRANCH_TAG_NORMALIZED}}'
14
+ dockerfile : Dockerfile
15
+
16
+ PushToDH :
17
+ type : push
18
+ title : Push Image to Docker Hub
19
+ description : Push Docker Image to Docker Hub Registry
20
+ candidate : ${{CodeServerDockerImage}}
21
+ # tag: temp
22
+ # image_name: codefresh/ilancs
23
+ registry : dockerhub
24
+ fail_fast : false
25
+ when :
26
+ branch :
27
+ only :
28
+ - master
29
+ retry :
30
+ maxAttempts : 2
31
+ delay : 5
32
+
33
+ Run :
34
+ type : launch-composition
35
+ title : Run CodeServer
36
+ description : ilan-codefresh/code-server
37
+ working_directory : ./
38
+ composition : docker-compose.yml
You can’t perform that action at this time.
0 commit comments