Update docker/build-push-action action to v4 (#24497)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/24542/head
renovate[bot] 2023-02-13 10:20:49 +00:00 committed by GitHub
parent deb1197503
commit 2b779e5e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
latest=${{ contains(github.ref_name, '-rc.') && 'false' || 'auto' }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true