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
Showing only changes of commit 82c1b85c08 - Show all commits

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