Update docker/build-push-action action to v3

This commit is contained in:
renovate[bot] 2022-10-17 15:46:12 +00:00 committed by GitHub
parent 688fcb4951
commit ff4d33d36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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