From 3dbb5cdf3c6c312cea3618e3b047fe7bb11a1290 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 1 Sep 2023 22:27:33 +0200 Subject: [PATCH] Adapt files for the SLE-15-SP6 branch --- .github/workflows/ci.yml | 10 +++++----- Rakefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 094fd63..d0995cc 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/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: @@ -43,7 +43,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: @@ -60,7 +60,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: @@ -77,7 +77,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: @@ -96,7 +96,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby steps: diff --git a/Rakefile b/Rakefile index 99b7b5f..d289649 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp5 +Yast::Tasks.submit_to :sle15sp6 Yast::Tasks.configuration do |conf| # lets ignore license check for now