File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -358,14 +358,9 @@ jobs:
358
358
- container-image-build
359
359
- runner-selection
360
360
steps :
361
- - name : Install package dependencies
362
- run : |
363
- sudo apt update
364
- sudo apt install -y git unzip python3-wheel python3-pip python3-venv curl jq wget openssh-server openssh-client
365
-
366
361
- name : Install gh
367
362
run : |
368
- sudo mkdir -p -m 755 /etc/apt/keyrings && wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
363
+ sudo mkdir -p -m 755 /etc/apt/keyrings && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
369
364
sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg
370
365
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
371
366
sudo apt update
@@ -385,8 +380,13 @@ jobs:
385
380
username : ${{ secrets.RLS_TRAIN_CI_ARK_REGISTRY_USER }}
386
381
password : ${{ secrets.RLS_TRAIN_CI_ARK_REGISTRY_PASS }}
387
382
383
+ - name : Checkout
384
+ uses : actions/checkout@v4
385
+ with :
386
+ path : src/kayobe-config
387
+
388
388
- name : Create and push Docker manifests
389
- run : tools/multiarch-manifests.sh
389
+ run : src/kayobe-config/ tools/multiarch-manifests.sh
390
390
391
391
- name : Upload manifest logs
392
392
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
165
165
166
166
# Kolla source repository.
167
167
stackhpc_kolla_source_url : " https://github.com/stackhpc/kolla"
168
- stackhpc_kolla_source_version : stackhpc/18.7.0.2
168
+ stackhpc_kolla_source_version : stackhpc/18.7.0.4
169
169
170
170
# Kolla Ansible source repository.
171
171
stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
172
- stackhpc_kolla_ansible_source_version : stackhpc/18.7.0.1
172
+ stackhpc_kolla_ansible_source_version : stackhpc/18.7.0.2
173
173
174
174
# ##############################################################################
175
175
# Container image registry
You can’t perform that action at this time.
0 commit comments