Skip to content

Commit 512b123

Browse files
committed
Rename container promotion workflows to -old
1 parent 7edde35 commit 512b123

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/container-promote.yml renamed to .github/workflows/container-promote-old.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Promote container repositories
2+
name: Promote container repositories (old)
33
on:
44
workflow_dispatch:
55
inputs:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Promote images from stackhpc-dev to stackhpc namespace in Ark
4646
run: |
4747
ansible-playbook -i ansible/inventory \
48-
ansible/dev-pulp-container-promote.yml \
48+
ansible/dev-pulp-container-promote-old.yml \
4949
-e dev_pulp_repository_container_promotion_tag="$TAG" \
5050
-e kolla_container_image_filter="'$FILTER'" \
5151
-e kolla_base_distros_override="'$DISTROS'" \

docs/usage/content-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ skydive_analyzer_tag: wallaby-20220811T091848
243243

244244
This should only be performed when container images are ready for release.
245245

246-
The [Promote container repositories](https://github.com/stackhpc/stackhpc-release-train/actions/workflows/container-promote.yml) workflow runs on demand.
246+
The [Promote container repositories](https://github.com/stackhpc/stackhpc-release-train/actions/workflows/container-promote-old.yml) workflow runs on demand.
247247
It should be run when container images need to be released, typically after a change to [update container image tags](#updating-container-image-tags-in-kayobe-configuration) has been approved.
248248
It runs the following playbook:
249249

@@ -253,7 +253,7 @@ Use GitHub Actions to run this workflow, or to run it manually:
253253

254254
```
255255
ansible-playbook -i ansible/inventory \
256-
ansible/dev-pulp-container-promote.yml
256+
ansible/dev-pulp-container-promote-old.yml
257257
```
258258

259259
## Other utilities

0 commit comments

Comments
 (0)