mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-07-24 02:09:35 +08:00
github action
This commit is contained in:
parent
b5fe6ecd4d
commit
fbc61f9eac
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -2,16 +2,12 @@ name: EstablishDockerImage
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev
|
|
||||||
- 'feat/**'
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- "*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/api
|
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/light
|
||||||
IMAGE_TAG: ''
|
IMAGE_TAG: ""
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user