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 4cae4ce commit ae58dee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -12,7 +12,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 @@ -42,7 +42,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 @@ -55,7 +55,7 @@ jobs:
Package:
runs-on: ubuntu-latest
container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-cpp:latest
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-cpp:latest

steps:

Expand Down Expand Up @@ -88,7 +88,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 @@ -105,7 +105,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
@@ -1,6 +1,6 @@
require "yast/rake"

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

Yast::Tasks.configuration do |conf|
# lets ignore license check for now
Expand Down

0 comments on commit ae58dee

Please sign in to comment.