Skip to content

Commit f6d4c87

Browse files
committed
Impoved comments
1 parent c7c9f89 commit f6d4c87

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

config.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
version: 1
22
packages:
33
docker:
4+
# available types: docker, debian
45
package_type: docker
6+
# repo where the workflow is started
57
repo: redis/docker-library-redis
8+
# ref it not specified it will be determined based on the tag and existing branches
9+
# should be empty for real releas, is to be used for testing only
10+
# ref: branch_name
11+
# build workflow name
612
build_workflow: release_build_and_test.yml
13+
# build workflow timeout in minutes, optional
714
build_timeout_minutes: 45
15+
# static workflow inputs for build workflow
816
build_inputs: {}
17+
# whether to run publish workflow for internal releases
918
publish_internal_release: no
10-
publish_workflow: release_publish.yml # may be boolean false
19+
# publish workflow name
20+
publish_workflow: release_publish.yml
21+
# publish workflow timeout in minutes, optional
1122
publish_timeout_minutes: 10
23+
# static workflow inputs for publish workflow
1224
publish_inputs: {}
1325
debian:
1426
package_type: debian

0 commit comments

Comments
 (0)