Merge pull request #8 from loganmarchione/renovate/docker-build-push-action-4.x

Update docker/build-push-action action to v4
This commit is contained in:
Logan Marchione 2023-02-01 21:01:16 +00:00 committed by GitHub
commit 540117be56
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: .