Update Build info

This commit is contained in:
schooltechx 2023-03-14 15:00:51 +07:00
parent e5d6c890a8
commit 530bb653dd
2 changed files with 13 additions and 5 deletions

View file

@ -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:

View file

@ -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