Bump docker/build-push-action from 7.2.0 to 7.3.0 (#175931)

This commit is contained in:
dependabot[bot]
2026-07-08 08:28:42 +02:00
committed by GitHub
parent 48c57e9d2a
commit 96e53303ce
+2 -2
View File
@@ -528,7 +528,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: . # So action will not pull the repository again
file: ./script/hassfest/docker/Dockerfile
@@ -541,7 +541,7 @@ jobs:
- name: Push Docker image
if: needs.init.outputs.channel != 'dev' && needs.init.outputs.publish == 'true'
id: push
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: . # So action will not pull the repository again
file: ./script/hassfest/docker/Dockerfile