Use released version of interop test suite docker.

Instead of pointing to a branch of the test suite docker image, we can use  the image corresponding to a specific release.
This commit is contained in:
marinthiercelin 2023-04-03 11:31:01 +02:00 committed by GitHub
parent 95b06670e4
commit c03cd1624b
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
runs-on: ubuntu-latest
container:
image: ghcr.io/protonmail/openpgp-interop-test-docker:pmfork
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}