build: 分开镜像
This commit is contained in:
parent
6bd42a47eb
commit
c681a27607
4
.github/workflows/build-and-push.yml
vendored
4
.github/workflows/build-and-push.yml
vendored
@ -5,12 +5,12 @@ on:
|
|||||||
inputs:
|
inputs:
|
||||||
dockerImageTag:
|
dockerImageTag:
|
||||||
description: 'Docker Image Tag'
|
description: 'Docker Image Tag'
|
||||||
default: 'v1.0.0'
|
default: 'v1.0.0-dev'
|
||||||
required: true
|
required: true
|
||||||
architecture:
|
architecture:
|
||||||
description: 'Architecture'
|
description: 'Architecture'
|
||||||
required: true
|
required: true
|
||||||
default: 'linux/amd64,linux/arm64'
|
default: 'linux/amd64'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user