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

This commit is contained in:
renovate[bot] 2022-07-19 16:48:06 +00:00 committed by GitHub
parent 44058b04b8
commit 9d72b1807c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=sha type=sha
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v3.0.0 uses: docker/build-push-action@v3.1.0
with: with:
context: . context: .
push: true push: true