Compare commits
2 Commits
785eb27452
...
e8acd3b831
Author | SHA1 | Date | |
---|---|---|---|
e8acd3b831 | |||
82c1b85c08 |
@ -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: .
|
||||||
|
Reference in New Issue
Block a user