change build to docker hub
This commit is contained in:
parent
d10c86e0cb
commit
c87e467a6e
16 changed files with 628 additions and 124 deletions
10
.github/workflows/dockerhub-release-leave.yaml
vendored
10
.github/workflows/dockerhub-release-leave.yaml
vendored
|
|
@ -4,15 +4,15 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "leave-[0-9]+.[0-9]+.[0-9]+"
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
# branches:
|
||||
# - main
|
||||
# - develop
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
IMAGE_VER:
|
||||
description: 'Image version (e.g., latest, v1.0.0)'
|
||||
description: "Image version (e.g., latest, v1.0.0)"
|
||||
required: false
|
||||
default: 'latest'
|
||||
default: "latest"
|
||||
|
||||
env:
|
||||
DOCKERHUB_REGISTRY: docker.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue