Merge pull request #229 from ProtonMail/marinthiercelin-patch-1

Use released version of interop test suite docker.
This commit is contained in:
marinthiercelin 2023-04-05 13:40:23 +02:00 committed by GitHub
commit 58dbea76e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,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:pmfork image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.1
credentials: credentials:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.github_token }} password: ${{ secrets.github_token }}