Update docker/build-push-action action to v3.1.1

This commit is contained in:
renovate[bot]
2022-08-05 13:50:55 +00:00
committed by GitHub
parent e8e7d0f1cb
commit b869df538a
4 changed files with 4 additions and 4 deletions

View File

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