mirror of
https://github.com/PlayEdu/PlayEdu
synced 2026-02-02 15:50:23 +08:00
github action
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user