Skip to content

Commit 7fa15c1

Browse files
committed
Add prod config
1 parent cfc490a commit 7fa15c1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 1
2+
packages:
3+
docker:
4+
package_type: docker
5+
repo: redis/docker-library-redis
6+
build_workflow: release_build_and_test.yml
7+
build_timeout_minutes: 45
8+
build_inputs: {}
9+
publish_internal_release: no
10+
publish_workflow: release_publish.yml # may be boolean false
11+
publish_timeout_minutes: 10
12+
publish_inputs: {}
13+
debian:
14+
package_type: debian
15+
repo: redis/redis-debian
16+
build_workflow: release_build_and_test.yml
17+
build_inputs: {}
18+
publish_internal_release: yes
19+
publish_workflow: release_publish.yml
20+
publish_timeout_minutes: 10
21+
publish_inputs: {}

0 commit comments

Comments
 (0)