1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Bump docker/build-push-action from 6.4.0 to 6.4.1 in /.github/actions/build-image (#7102)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-18 15:33:30 +12:00
committed by GitHub
parent 0ef73c6dd6
commit dd20c5eab0

View File

@@ -46,7 +46,7 @@ runs:
- name: Build and push to ghcr by digest
id: build-ghcr
uses: docker/build-push-action@v6.4.0
uses: docker/build-push-action@v6.4.1
with:
context: .
file: ./docker/Dockerfile
@@ -69,7 +69,7 @@ runs:
- name: Build and push to dockerhub by digest
id: build-dockerhub
uses: docker/build-push-action@v6.4.0
uses: docker/build-push-action@v6.4.1
with:
context: .
file: ./docker/Dockerfile