Bump docker/build-push-action from 5.0.0 to 5.2.0 in /.github/actions/build-image (#6347)

This commit is contained in:
dependabot[bot] 2024-03-11 11:11:42 +13:00 committed by GitHub
parent db813bbf04
commit 3e2ce363a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ runs:
- name: Build and push to ghcr by digest
id: build-ghcr
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./docker/Dockerfile
@ -67,7 +67,7 @@ runs:
- name: Build and push to dockerhub by digest
id: build-dockerhub
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./docker/Dockerfile