mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-07 09:44:03 +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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- 'feat/**'
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
|
||||
env:
|
||||
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/api
|
||||
IMAGE_TAG: ''
|
||||
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/light
|
||||
IMAGE_TAG: ""
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
Loading…
x
Reference in New Issue
Block a user