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 1
1
---
2
- name : Promote package repositories
2
+ name : Promote Pulp repositories
3
3
on :
4
4
push :
5
5
branches :
6
6
# NOTE(upgrade): Reference only the current release branch here.
7
7
- stackhpc/zed
8
8
jobs :
9
9
promote :
10
- name : Trigger package repository promotion
10
+ name : Trigger Pulp promotion workflows
11
11
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
12
12
runs-on : ubuntu-latest
13
13
permissions : {}
27
27
- name : Display link to package repository promotion workflows
28
28
run : |
29
29
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