chore(deps): update docker/build-push-action action to v6.3.0

This commit is contained in:
renovate[bot]
2024-07-03 09:04:29 +00:00
committed by GitHub
parent c580ec7b92
commit 4c095e8eb5
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,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@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
platforms: ${{ env.PLATFORMS }}