From f5bbda36b0ef29aac4fd99bb7c59fd5436a2d02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Fri, 13 Sep 2024 10:10:12 +0200 Subject: [PATCH] Adapt files for the SLE-15-SP7 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 67062dd..2e4c875 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: @@ -39,7 +39,7 @@ jobs: # FIXME: Rubocop is not used # Rubocop: # runs-on: ubuntu-latest - # container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest + # container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest # steps: @@ -56,7 +56,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: @@ -73,7 +73,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: @@ -92,7 +92,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 d289649..2082aac 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp6 +Yast::Tasks.submit_to :sle15sp7 Yast::Tasks.configuration do |conf| # lets ignore license check for now