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

This commit is contained in:
renovate[bot]
2023-11-17 13:35:49 +00:00
committed by GitHub
parent cb0e2218a6
commit a066b952d7
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0
- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ${{ matrix.file }}