Skip to content

Commit

Permalink
Updated SDK_DOCKER_IMAGE url
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Dec 23, 2024
1 parent b1ff46f commit f4d1a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_collections/matter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MatterSettings(BaseSettings):
SDK_CONTAINER_NAME: str = "th-sdk"

# SDK Docker Image
SDK_DOCKER_IMAGE: str = "ghcr.io/rquidute/chip-cert-bins"
SDK_DOCKER_IMAGE: str = "connectedhomeip/chip-cert-bins"

Check warning on line 25 in test_collections/matter/config.py

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (rquidute)
SDK_DOCKER_TAG: str = "f99a2c3b16d3d26f91a0c5efb2770d1c488697d1"
# SDK SHA: used to fetch test YAML from SDK.
SDK_SHA: str = "f99a2c3b16d3d26f91a0c5efb2770d1c488697d1"
Expand Down

0 comments on commit f4d1a6f

Please sign in to comment.