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:
parent
95b06670e4
commit
c03cd1624b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sop-test-suite.yml
vendored
2
.github/workflows/sop-test-suite.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue