-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodefresh-test.yml
More file actions
44 lines (35 loc) · 901 Bytes
/
codefresh-test.yml
File metadata and controls
44 lines (35 loc) · 901 Bytes
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
41
42
43
44
version: '1.0'
steps:
build_step_name:
type: build
dockerfile: Dockerfile
image_name: bencodefresh/small
tag: test
push_1:
type: push
description: Push to ECR
candidate: ${{build_step_name}}
tag: ${{CF_SHORT_REVISION}}
registry: ecr
image_name: sd/sd/sd/ds
push_2:
type: push
description: Push to BINTRAY
candidate: ${{build_step_name}}
tag: ${{CF_SHORT_REVISION}}
registry: bintray
image_name: sd/sd/sd/ds
push_3:
type: push
description: Push to GCR
candidate: ${{build_step_name}}
tag: ${{CF_SHORT_REVISION}}
registry: gcr
image_name: cf-ci-1027/sd/sd/sd/ds
push_4:
type: push
description: Push to Docker Hub
candidate: ${{build_step_name}}
tag: ${{CF_SHORT_REVISION}}
registry: docker-hub
image_name: bencodefresh/small