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

This commit is contained in:
Renovate Bot
2021-08-20 14:34:37 +00:00
parent 3b5b00f5ee
commit 03a962ae81
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v1.5.1
- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
with:
context: .
file: ${{ matrix.file }}