1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00

Fix sqs image reference.

This commit is contained in:
Sam Rose 2024-07-10 11:25:53 +01:00
parent 79b4d260f1
commit d0c3de63eb
No known key found for this signature in database

View file

@ -108,7 +108,7 @@ jobs:
- name: Pull testcontainers images
run: |
docker pull testcontainers/ryuk:0.5.1 &
docker pull budibase/couchdb:v3.2.1-sql &
docker pull budibase/couchdb:v3.2.1-sqs &
docker pull redis &
wait $(jobs -p)