diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-09-23 08:03:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 08:03:43 +0200 |
commit | 56a81ec81c22219d4f0bdf2e9f4a11d384354fbe (patch) | |
tree | 69e56a33025230a2b6c52fa65a137ef6929b8682 /.github/workflows | |
parent | 1195ac02e510b22bdad85206c3faae7bba8a4fbc (diff) | |
download | spack-56a81ec81c22219d4f0bdf2e9f4a11d384354fbe.tar.gz spack-56a81ec81c22219d4f0bdf2e9f4a11d384354fbe.tar.bz2 spack-56a81ec81c22219d4f0bdf2e9f4a11d384354fbe.tar.xz spack-56a81ec81c22219d4f0bdf2e9f4a11d384354fbe.zip |
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
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/bootstrap.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index ac2215a768..5b03bd754e 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -78,7 +78,7 @@ jobs: opensuse-sources: runs-on: ubuntu-latest - container: "opensuse/tumbleweed:latest" + container: "opensuse/tumbleweed:latest@sha256:aeb62bae53022901b5da5d78d8de6ca07f5b3992e147e4c9723e0378ac0463ca" steps: - name: Install dependencies run: | |