Skip to content

Commit 3f9f0d0

Browse files
committed
Add matter over Thread
add ci build test
1 parent 8a55570 commit 3f9f0d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
push: true
5353
context: ./ci/docker/
54-
tags: ghcr.io/BegoonLab/esp_idf_xiao_esp32c6_sensor:latest
54+
tags: ghcr.io/begoonlab/esp_idf_xiao_esp32c6_sensor:latest
5555
cache-from: type=gha
5656
cache-to: type=gha,mode=max
5757

@@ -68,4 +68,4 @@ jobs:
6868
docker run --rm -t \
6969
-v $PWD:/opt/esp/project \
7070
-w /opt/esp/project \
71-
ghcr.io/BegoonLab/esp_idf_xiao_esp32c6_sensor:latest idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.ci.wifi" build
71+
ghcr.io/begoonlab/esp_idf_xiao_esp32c6_sensor:latest idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.ci.wifi" build

0 commit comments

Comments
 (0)