github action

This commit is contained in:
xxx 2024-06-06 10:07:07 +08:00
parent b5fe6ecd4d
commit fbc61f9eac

View File

@ -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: