CI: update SOP test suite docker image to v2.0.0

This commit is contained in:
larabr 2025-10-21 13:40:27 +02:00
parent 58cd771e61
commit df6baea0d0
No known key found for this signature in database
GPG Key ID: 2A4BEC40729185DD

View File

@ -10,7 +10,7 @@ jobs:
name: Run interoperability test suite name: Run interoperability test suite
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.12 image: ghcr.io/protonmail/openpgp-interop-test-docker:v2.0.0
credentials: credentials:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.github_token }} password: ${{ secrets.github_token }}