From 3fa2104a5c665e2f2507e4f145e34a739f7b2997 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 17 Nov 2022 18:37:30 +0100 Subject: [PATCH] Stop using :latest tag for docker images in bouffalolab (#23666) --- .github/workflows/examples-bouffalolab.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml index 9c31fbd9ba581e..11539d512f579f 100644 --- a/.github/workflows/examples-bouffalolab.yaml +++ b/.github/workflows/examples-bouffalolab.yaml @@ -31,7 +31,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: connectedhomeip/chip-build:latest + image: connectedhomeip/chip-build:0.6.06 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: @@ -87,7 +87,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: connectedhomeip/chip-build:latest + image: connectedhomeip/chip-build:0.6.06 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: