Bump docker/build-push-action from 6.0.0 to 6.0.1 in /.github/actions/build-image (#6934)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-19 07:38:50 +12:00 committed by Jesse Hills
parent acf69bb56f
commit c17090c1e5
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -46,7 +46,7 @@ runs:
- name: Build and push to ghcr by digest
id: build-ghcr
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.0.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.0.0
uses: docker/build-push-action@v6.0.1
with:
context: .
file: ./docker/Dockerfile