Skip to content

Commit

Permalink
Update to newer esp-idf docker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gfurtadoalmeida committed Sep 5, 2024
1 parent f05dccc commit c0e093e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
fail-fast: true
matrix:
idf_image_tag:
- v5.1
- v4.4.5
- v5.3
- v4.4.8

env:
DOCKER_PLATFORM: "linux/amd64"
Expand All @@ -45,7 +45,7 @@ jobs:
password: ${{secrets.DOCKER_TOKEN}}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:src"
cache-from: type=gha
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: true
matrix:
idf_image_tag:
- v5.1
- v4.4.5
- v5.3
- v4.4.8

env:
DOCKER_PLATFORM: "linux/amd64"
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{secrets.DOCKER_TOKEN}}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:src"
cache-from: type=gha
Expand All @@ -75,7 +75,7 @@ jobs:
run: docker run --rm -v ${{github.workspace}}/${{matrix.idf_image_tag}}:/project -w /project ${{env.DOCKER_REPOSITORY}}:${{matrix.idf_image_tag}} idf.py build -C ./bulb

- name: Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:src"
push: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This image contains a copy of ESP-IDF and all the tools necessary to build **and

ESP-IDF release:

* [v5.1](https://hub.docker.com/r/gfurtadoalmeida/esp32-docker-sonar/tags?page=1&name=v5.1) ([official](https://hub.docker.com/r/espressif/idf/tags?page=1&name=v5.1))
* [v4.4.5](https://hub.docker.com/r/gfurtadoalmeida/esp32-docker-sonar/tags?page=1&name=v4.4.5) ([official](https://hub.docker.com/r/espressif/idf/tags?page=1&name=v4.4.5))
* [v5.3](https://hub.docker.com/r/gfurtadoalmeida/esp32-docker-sonar/tags?page=1&name=v5.3) ([official](https://hub.docker.com/r/espressif/idf/tags?page=1&name=v5.3))
* [v4.4.8](https://hub.docker.com/r/gfurtadoalmeida/esp32-docker-sonar/tags?page=1&name=v4.4.8) ([official](https://hub.docker.com/r/espressif/idf/tags?page=1&name=v4.4.8))

## Basic Usage

Expand Down

0 comments on commit c0e093e

Please sign in to comment.