Skip to content

Commit

Permalink
Stop using :latest tag for docker images in bouffalolab (#23666)
Browse files Browse the repository at this point in the history
andy31415 authored Nov 17, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c6272c6 commit 3fa2104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 3fa2104

Please sign in to comment.