From c03cd1624b2fdcb0fa6cbb3aa83292ee7185d7df Mon Sep 17 00:00:00 2001 From: marinthiercelin Date: Mon, 3 Apr 2023 11:31:01 +0200 Subject: [PATCH] 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. --- .github/workflows/sop-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 9e7a378..84959ca 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -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 }}