Use Leap instead of Tumbleweed for e2e bootstrapping test (#26205)

Tumbleweed has been broken for a couple of days. The attempt
to fix it in #26170 didn't really work. Let's try to move to
a more stable release series for OpenSuse.
This commit is contained in:
Massimiliano Culpo 2021-09-24 09:22:40 +02:00 committed by GitHub
parent ba452f7645
commit 03c203effa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ jobs:
opensuse-sources: opensuse-sources:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: "opensuse/tumbleweed:latest@sha256:aeb62bae53022901b5da5d78d8de6ca07f5b3992e147e4c9723e0378ac0463ca" container: "opensuse/leap:latest"
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |