Update .gitea/workflows/demo.yaml
This commit is contained in:
@@ -1,20 +1,13 @@
|
||||
name: Docker Build and Release Upload
|
||||
|
||||
on:
|
||||
[ push ]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: setup dependencies
|
||||
run: |
|
||||
apt-get install -y docker.io docker-buildx
|
||||
|
||||
- name: checkout
|
||||
run: |
|
||||
git clone https://git.mistox.net/derek/MistoxCom-Angular.git
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
./MistoxCom-Angular/docker-build.sh
|
||||
uses: actions/checkout@v4
|
||||
Reference in New Issue
Block a user