From 20b3bf6051b6d8ccd70000ae022617b40830095f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Fri, 6 Sep 2024 09:31:27 +0200 Subject: [PATCH] Adapt files for the SLE-15-SP7 branch --- .github/workflows/ci.yml | 8 ++++---- Rakefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15c558e..14003f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -47,7 +47,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -64,7 +64,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -90,7 +90,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: diff --git a/Rakefile b/Rakefile index 6a9e61a..3eb2e9c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp6 +Yast::Tasks.submit_to :sle15sp7 # do nothing in osc:build as it can be builds exclusivelly on s390 Rake::Task["osc:build"].clear_actions if `uname --machine` !~ /s390/