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:
commit
540117be56
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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: .
|
||||
|
Loading…
Reference in New Issue
Block a user