Skip to content

Commit

Permalink
Adapt files for the SLE-15-SP6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 1, 2023
1 parent 73d9e5c commit e4cf029
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand All @@ -66,7 +66,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:

Expand All @@ -85,7 +85,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:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@

require 'yast/rake'

Yast::Tasks.submit_to :sle15sp5
Yast::Tasks.submit_to :sle15sp6

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

0 comments on commit e4cf029

Please sign in to comment.