Update docker/build-push-action action to v4

This commit is contained in:
renovate[bot] 2023-01-30 19:47:12 +00:00 committed by GitHub
parent dce7230498
commit f3e0b7561d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build Docker Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: false
context: .
@ -92,7 +92,7 @@ jobs:
logout: true
- name: Build Docker Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
context: .