chore(deps): update docker/build-push-action action to v5

This commit is contained in:
Renovate Bot 2023-11-16 12:01:22 +00:00
parent 2a8269a5d1
commit 82c1b85c08

@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.REPO_TOKEN }}
- name: Build and Push (Node)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: ./apps/node
@ -28,7 +28,7 @@ jobs:
tags: fascinated/proxy:node-latest
- name: Build and Push (Proxy)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
context: ./apps/proxy