Skip to content

Commit

Permalink
Added Tag to help tracking IDF branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegorro98 authored Aug 23, 2023
1 parent 0b6121e commit 4837b5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
context: tools/docker
file: tools/docker/matter-builds
push: true
tags: ${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}
tags: |
${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}
${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}_idf_${{ env.REQUIRED_IDF_VERSION }}
platforms: ${{ env.BUILD_PLATFORMS }}
build-args: |
ESP_MATTER_CLONE_URL=${{ github.server_url }}/${{ github.repository }}.git
Expand Down

0 comments on commit 4837b5c

Please sign in to comment.