Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6fac75ec4 | |||
| e1ae47bf7c | |||
| 770e27acff | |||
| 3376cb924d | |||
| bcdb5e0c13 | |||
| 7e8e38fea6 | |||
| 80a3e3fc1b | |||
| fec3be94c5 | |||
| 08b36b5dcb | |||
| dd5f025bc4 | |||
| dee4bfa7e9 | |||
| 94ff66b643 |
10
action.yml
10
action.yml
@@ -1,17 +1,17 @@
|
||||
# action.yml
|
||||
name: 'build docker image and push to code'
|
||||
description: 'build docker image and push to simcu code'
|
||||
name: "build docker image and push to code"
|
||||
description: "build docker image and push to simcu code"
|
||||
runs:
|
||||
using: 'composite'
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: docker://node:20
|
||||
- uses: docker://node:25
|
||||
with:
|
||||
entrypoint: "/bin/bash"
|
||||
args: |
|
||||
-c "export https_proxy=http://100.100.13.14:8118 && \
|
||||
export http_proxy=http://100.100.13.14:8118 && \
|
||||
npm install && \
|
||||
npm run build -- --output-path=dist"
|
||||
npm run build -- --output-path=dist --define AppVersion=\"'${{github.ref_name}}'\""
|
||||
|
||||
- uses: docker://ubuntu:latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user