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 f6d4c87 commit 29fa65eCopy full SHA for 29fa65e
config.yaml
@@ -5,8 +5,9 @@ packages:
5
package_type: docker
6
# repo where the workflow is started
7
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
+ # ref to use for workflow runs, if not specified it
+ # will be determined based on the tag and existing branches
10
+ # Should be empty for real use cases, is to be used for testing only
11
# ref: branch_name
12
# build workflow name
13
build_workflow: release_build_and_test.yml
0 commit comments