chore(deps): update docker/build-push-action action to v5 #5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user