Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegorro98 authored Aug 23, 2023
1 parent 92e09b5 commit d3edd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
platforms: ${{ env.BUILD_PLATFORMS }}
build-args: |
ESP_MATTER_CLONE_URL=${{ github.server_url }}/${{ github.repository }}.git
ESP_MATTER_CHECKOUT_REF=${{ GITHUB_REF_NAME }}
ESP_MATTER_CHECKOUT_REF=${{ github.ref }}
IDF_CHECKOUT_REF=${{ env.REQUIRED_IDF_VERSION }}

0 comments on commit d3edd94

Please sign in to comment.