-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodeship-steps.yml
More file actions
35 lines (31 loc) · 913 Bytes
/
codeship-steps.yml
File metadata and controls
35 lines (31 loc) · 913 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
- service: app
name: test
command: task -t /usr/local/tasks/tests/Taskfile.yml test
- name: docker hub push
service: app
type: push
image_name: oberd/php-8.1-apache
image_tag: "{{.Timestamp}}"
registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockerhub.json.encrypted
- name: ecr push
service: app
type: push
image_name: public.ecr.aws/v6d3r0a9/php-8.1-apache
image_tag: "{{.Timestamp}}"
registry: https://public.ecr.aws
dockercfg_service: dockercfg-generator
- name: docker hub push latest
service: app
type: push
image_name: oberd/php-8.1-apache
image_tag: latest
registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockerhub.json.encrypted
- name: ecr push latest
service: app
type: push
image_name: public.ecr.aws/v6d3r0a9/php-8.1-apache
image_tag: latest
registry: https://public.ecr.aws
dockercfg_service: dockercfg-generator