Update docker/build-push-action action to v4

This commit is contained in:
renovate[bot] 2023-01-30 23:30:47 +00:00 committed by GitHub
parent 51e9e3df03
commit feb69b8039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ jobs:
- name: Build and push image
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
context: .