We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a55570 commit 3f9f0d0Copy full SHA for 3f9f0d0
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
push: true
53
context: ./ci/docker/
54
- tags: ghcr.io/BegoonLab/esp_idf_xiao_esp32c6_sensor:latest
+ tags: ghcr.io/begoonlab/esp_idf_xiao_esp32c6_sensor:latest
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
57
@@ -68,4 +68,4 @@ jobs:
68
docker run --rm -t \
69
-v $PWD:/opt/esp/project \
70
-w /opt/esp/project \
71
- ghcr.io/BegoonLab/esp_idf_xiao_esp32c6_sensor:latest idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.ci.wifi" build
+ ghcr.io/begoonlab/esp_idf_xiao_esp32c6_sensor:latest idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.ci.wifi" build
0 commit comments