File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 upgrade_from :
232232 - ' 3.18'
233233 upgrade_to :
234- - ' nightly '
234+ - ' 3.19 '
235235 runs-on : ubuntu-24.04
236236 steps :
237237 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ srpm_build_deps:
1313
1414actions :
1515 post-upstream-clone :
16- - " wget https://raw.githubusercontent.com/theforeman/foreman-packaging/rpm/develop /packages/foreman/foremanctl/foremanctl.spec -O foremanctl.spec"
16+ - " wget https://raw.githubusercontent.com/theforeman/foreman-packaging/rpm/3.19 /packages/foreman/foremanctl/foremanctl.spec -O foremanctl.spec"
1717 create-archive :
1818 - make dist
1919 - bash -c 'ls -1t foremanctl-*.tar.gz | head -n1'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ iop_ingress_registry_auth_file: "{{ registry_auth_file }}"
1919iop_vulnerability_frontend_registry_auth_file : " {{ registry_auth_file }}"
2020iop_advisor_frontend_registry_auth_file : " {{ registry_auth_file }}"
2121
22- container_tag_stream : " nightly "
22+ container_tag_stream : " 3.19 "
2323candlepin_container_image : quay.io/foreman/candlepin
2424candlepin_container_tag : " foreman-{{ container_tag_stream }}"
2525foreman_container_image : quay.io/foreman/foreman
You can’t perform that action at this time.
0 commit comments