Skip to content

Commit

Permalink
[hotfix] Temporary fix for Telink builds (#8638)
Browse files Browse the repository at this point in the history
Something is wrong with the new Telink Docker image and
Telink CI jobs are failing preventing other PRs to be
merged. Switch back to the previous image version until
the problem is found.
  • Loading branch information
Damian-Nordic authored and pull[bot] committed Aug 31, 2021
1 parent 8a7a4cf commit 1095608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-telink:latest
image: connectedhomeip/chip-build-telink:0.4.30
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down

0 comments on commit 1095608

Please sign in to comment.