mirror of
https://github.com/PlayEdu/docker-playedu-light
synced 2025-06-07 13: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- main
|
- "*"
|
||||||
- dev
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/light
|
IMAGE_FQDN: registry.cn-hangzhou.aliyuncs.com/playedu/light
|
||||||
@ -34,4 +33,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.IMAGE_FQDN }}:1.5
|
${{ env.IMAGE_FQDN }}:${{ github.ref_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user