mirror of
https://github.com/PlayEdu/docker-playedu-light
synced 2025-06-06 15:24:10 +08:00
github 打tag才执行
This commit is contained in:
parent
ac9a9c6935
commit
a5272cd8cd
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -2,9 +2,8 @@ name: EstablishDockerImage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
env:
|
||||
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/light
|
||||
@ -34,4 +33,4 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.IMAGE_FQDN }}:1.5
|
||||
${{ env.IMAGE_FQDN }}:${{ github.ref_name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user