fix
This commit is contained in:
parent
497eb3dd7b
commit
a4f81c131d
12
docs/wiki.md
12
docs/wiki.md
@ -117,3 +117,15 @@ jobs:
|
||||
docker tag ${{ env.IMAGE_NAME }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
```
|
||||
|
||||
### build.zsh
|
||||
|
||||
```sh
|
||||
$ vim ./cfg/build.sh
|
||||
|
||||
# make gh-actions
|
||||
$ ./scpt/gh-actions.zsh
|
||||
|
||||
# make build
|
||||
$ cat ./build.zsh
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user