chore: upgrade the api-testing (e2e) to v0.0.16 (#5768)

* chore: upgrade the api-testing (e2e) to v0.0.16

* using the ghcr.io as the registry
pull/5770/head
Rick 2024-04-23 10:42:27 +08:00 committed by GitHub
parent b74f7c4463
commit 2aac668df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM linuxsuren/api-testing:v0.0.14
FROM ghcr.io/linuxsuren/api-testing:v0.0.16
WORKDIR /workspace
COPY testsuite.yaml .
CMD [ "atest", "run", "-p", "testsuite.yaml", "--level=debug" ]