diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5a95a9bb8..65d74d0bf 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -40,8 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - # Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile - # as a build arg) and TAG_NAME (used when tagging the image). + # Depending on the branch/tag, set TAG_NAME (used when tagging the image). # # The following 3 steps cover the alternatives (tag, release branch, main branch): - run: sudo rm -rf /usr/share/dotnet diff --git a/tools/docker/matter-builds b/tools/docker/matter-builds index 1720d61cc..cfac957df 100644 --- a/tools/docker/matter-builds +++ b/tools/docker/matter-builds @@ -37,12 +37,6 @@ RUN set -x \ && ./install.sh \ && : # last line -# To build the image for a branch or a tag of ESP-MATTER, pass --build-arg ESP_MATTER_CLONE_BRANCH_OR_TAG=name. -# To build the image with a specific commit ID of ESP-MATTER, pass --build-arg ESP_MATTER_CHECKOUT_REF=commit-id. -# It is possible to combine both, e.g.: -# ESP_MATTER_CLONE_BRANCH_OR_TAG=release/vX.Y -# ESP_MATTER_CHECKOUT_REF=. - ARG ESP_MATTER_CLONE_URL=https://github.com/espressif/esp-matter.git ARG ESP_MATTER_CHECKOUT_REF=main