chore(deps): update docker/build-push-action action to v4 (#101)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-03 23:14:48 -05:00 committed by GitHub
parent 5a580dbcf2
commit 0f513e5fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Build and Push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile

View File

@ -41,7 +41,7 @@ jobs:
- name: Build and Push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile