Skip to content

Commit df1cb65

Browse files
committed
Adapt files for the SLE-15-SP7 branch
1 parent 36baa4e commit df1cb65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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

@@ -66,7 +66,7 @@ jobs:
6666
fail-fast: false
6767

6868
container:
69-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
69+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
7070

7171
steps:
7272

@@ -85,7 +85,7 @@ jobs:
8585
fail-fast: false
8686

8787
container:
88-
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby
88+
image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby
8989

9090
steps:
9191

Rakefile

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

1919
require 'yast/rake'
2020

21-
Yast::Tasks.submit_to :sle15sp6
21+
Yast::Tasks.submit_to :sle15sp7
2222

2323
Yast::Tasks.configuration do |conf|
2424
# The package does not live in the official YaST:Head OBS project

0 commit comments

Comments
 (0)