Merge pull request #6 from erikraft/renovate/docker-build-push-action-5.x

Update docker/build-push-action action to v5.4.0
This commit is contained in:
ErikrafT 2025-05-14 18:13:21 -03:00 committed by GitHub
commit 4d5b35fa1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
with:
context: .
platforms: linux/amd64,linux/arm64