From c5e7ab69fbd893b29174e5f3118fe56b10be8f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Kr=C3=B3lik?= <66667989+Damian-Nordic@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:58:40 +0200 Subject: [PATCH] [telink] Downgrade Docker image to 0.5.84 (#21483) https://github.com/project-chip/connectedhomeip/commit/3c1cabff487a39dc5f4290f77cbe631afe621712 bumped all the Docker image versions in CI, but apparently, Telink code on the sve branch was not prepared for that. Signed-off-by: Damian Krolik --- .github/workflows/examples-telink.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 2fa9e67f726a8b..c74de0749c66ed 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -32,7 +32,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: connectedhomeip/chip-build-telink:0.5.91 + image: connectedhomeip/chip-build-telink:0.5.84 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports"