Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Oct 8, 2024
1 parent 9e97c0c commit 4c5b892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
SiSDK="SiSDK-2024.06.2"
WiFiSDK="WiFiSDK-3.3.1"
VERSION="${SiSDK}_${WiFiSDK}"
docker build -f Integrations/docker/images/Dockerfile . --tag ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}
docker build -f Docker/Dockerfile . --tag ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}
docker run ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}
docker push ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}

0 comments on commit 4c5b892

Please sign in to comment.