Skip to content

Commit 817ce2e

Browse files
committed
Adapt files for the SLE-15-SP7 branch
1 parent 5495aeb commit 817ce2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414

1515
container:
16-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
16+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
1717

1818
steps:
1919

@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444

4545
container:
46-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
46+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
4747

4848
steps:
4949

@@ -60,7 +60,7 @@ jobs:
6060
fail-fast: false
6161

6262
container:
63-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
63+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
6464

6565
steps:
6666

@@ -77,7 +77,7 @@ jobs:
7777
fail-fast: false
7878

7979
container:
80-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
80+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
8181

8282
steps:
8383

@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797

9898
container:
99-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
99+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
100100

101101
steps:
102102

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
require "yast/rake"
2121

22-
Yast::Tasks.submit_to :sle15sp6
22+
Yast::Tasks.submit_to :sle15sp7
2323

2424
Yast::Tasks.configuration do |conf|
2525
conf.skip_license_check << /doc\//

0 commit comments

Comments
 (0)