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

Merged
Fascinated merged 1 commits from renovate/docker-build-push-action-5.x into master 2023-11-17 09:05:55 +00:00

@ -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