Compare commits
8
Commits
13.0
...
08b36b5dcb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08b36b5dcb | ||
|
|
dd5f025bc4 | ||
|
|
dee4bfa7e9 | ||
|
|
94ff66b643 | ||
|
|
0d43f06322 | ||
|
|
23078aa625 | ||
|
|
9d4a414aea | ||
|
|
c6ca641436 |
+2
-2
@@ -4,12 +4,12 @@ description: 'build docker image and push to simcu code'
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: docker://node:18
|
||||
- uses: docker://node:20
|
||||
with:
|
||||
entrypoint: "/bin/bash"
|
||||
args: |
|
||||
-c "npm install && \
|
||||
npm run build -- --outputPath=dist"
|
||||
npm run build -- --output-path=dist"
|
||||
|
||||
- uses: docker://ubuntu:latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user