From b3d67381e88519f7091a63aa67b6c22e073ae7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Wed, 31 Mar 2021 08:32:50 +0200 Subject: [PATCH] Adapt Rakefile and GitHub Actions for SLE-15-SP3 --- .github/workflows/ci.yml | 10 +++++----- Rakefile | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a36fd57..b00843f9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: [push, pull_request] jobs: Tests: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest steps: @@ -37,7 +37,7 @@ jobs: Rubocop: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest steps: @@ -49,7 +49,7 @@ jobs: Package: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest steps: @@ -61,7 +61,7 @@ jobs: Yardoc: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest steps: @@ -75,7 +75,7 @@ jobs: # checks into one job avoids that overhead Checks: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest steps: diff --git a/Rakefile b/Rakefile index 0ebcf2e9e..2ec5b618b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,7 @@ require "yast/rake" +Yast::Tasks.submit_to :sle15sp3 + Yast::Tasks.configuration do |conf| # lets ignore license check for now conf.skip_license_check << /.*/