Compare commits
2 Commits
785eb27452
...
e8acd3b831
Author | SHA1 | Date | |
---|---|---|---|
e8acd3b831 | |||
82c1b85c08 |
@ -26,7 +26,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Build and Push (Node)
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
@ -34,7 +34,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: .
|
||||
|
Reference in New Issue
Block a user