Update Build info
This commit is contained in:
parent
e5d6c890a8
commit
530bb653dd
2 changed files with 13 additions and 5 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
name: build-docker
|
||||
run-name: build-docker ${{ github.actor }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v1.**
|
||||
branches:
|
||||
- 'main'
|
||||
# push:
|
||||
# tags:
|
||||
# - v1.**
|
||||
# branches:
|
||||
# - 'main'
|
||||
# Allow run workflow manually from Action tab
|
||||
workflow_dispatch:
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -66,7 +66,15 @@ npm run test
|
|||
npm run test:unit
|
||||
```
|
||||
# CI Github Action
|
||||
``` bash
|
||||
# Install act (Windows)
|
||||
winget install nektos.act
|
||||
# Install act (macOS/Linux)
|
||||
brew install act
|
||||
```
|
||||
ให้ดูโค้ดที่ ../.github/workflow
|
||||
|
||||
|
||||
- [ตัวอย่างการใช้งานในบริษัท](https://youtu.be/k1w_cCzCd0o)
|
||||
|
||||
# CD Argo CD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue