Merge pull request 'chore(deps): update docker/build-push-action action to v5' (#5) from renovate/docker-build-push-action-5.x into master
Some checks are pending
Publish Docker Images / docker (push) Waiting to run
Some checks are pending
Publish Docker Images / docker (push) Waiting to run
Reviewed-on: #5
This commit is contained in:
commit
e8acd3b831
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- 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: .
|
context: .
|
||||||
@ -34,7 +34,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: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user