Update docker/build-push-action action to v2.8.0

This commit is contained in:
Renovate Bot
2022-01-18 14:35:14 +00:00
parent a896075e88
commit 24200e3490
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@v2.7.0
uses: docker/build-push-action@v2.8.0
with:
context: .
platforms: ${{ env.PLATFORMS }}