We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc490a commit 7fa15c1Copy full SHA for 7fa15c1
config.yaml
@@ -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
17
18
+ publish_internal_release: yes
19
+ publish_workflow: release_publish.yml
20
21
0 commit comments