16 lines
304 B
YAML
16 lines
304 B
YAML
name: Docker Build and Release Upload
|
|
|
|
on:
|
|
[ push ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
run: |
|
|
git clone https://git.mistox.net/derek/MistoxCom-Angular.git
|
|
|
|
- name: build
|
|
run: |
|
|
./MistoxCom-Angular/docker-build.sh |