Update docker/build-push-action action to v4.1.0

This commit is contained in:
renovate[bot]
2023-06-09 13:11:51 +00:00
committed by GitHub
parent 0ca413529d
commit bccc2b49b3
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,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@v4.0.0
uses: docker/build-push-action@v4.1.0
with:
context: .
platforms: ${{ env.PLATFORMS }}