Update docker/build-push-action action to v5.4.0

This commit is contained in:
renovate[bot]
2024-06-10 11:56:11 +00:00
committed by GitHub
parent 58050c9ec3
commit 1c7eb0f5a1
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
platforms: ${{ env.PLATFORMS }}