Pin opensuse image in bootstrap tests (#26170)

Currently zypper in opensuse containers throws 'not permitted'

Temporarily fix the digest until they fixed their upstream package manager issues
This commit is contained in:
Harmen Stoppels 2021-09-23 08:03:43 +02:00 committed by GitHub
parent 1195ac02e5
commit 56a81ec81c
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" container: "opensuse/tumbleweed:latest@sha256:aeb62bae53022901b5da5d78d8de6ca07f5b3992e147e4c9723e0378ac0463ca"
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |