File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 11---
2- name : Promote package repositories
2+ name : Promote Pulp repositories
33on :
44 push :
55 branches :
66 # NOTE(upgrade): Reference only the current release branch here.
77 - stackhpc/zed
88jobs :
99 promote :
10- name : Trigger package repository promotion
10+ name : Trigger Pulp promotion workflows
1111 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
1212 runs-on : ubuntu-latest
1313 permissions : {}
2727 - name : Display link to package repository promotion workflows
2828 run : |
2929 echo "::notice Package repository promote workflow: https://github.com/stackhpc/stackhpc-release-train/actions/workflows/package-promote.yml"
30+
31+ # NOTE(mgoddard): Trigger another CI workflow in the
32+ # stackhpc-release-train repository.
33+ - name : Trigger container image promotion
34+ run : |
35+ gh workflow run \
36+ container-promote.yml \
37+ --repo stackhpc/stackhpc-release-train \
38+ --ref main \
39+ -f kayobe_config_branch=${{ github.ref_name }}
40+ env :
41+ GITHUB_TOKEN : ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
42+
43+ - name : Display link to container image promotion workflows
44+ run : |
45+ echo "::notice Container image promote workflow: https://github.com/stackhpc/stackhpc-release-train/actions/workflows/container-promote.yml"
You can’t perform that action at this time.
0 commit comments