feat: use publish tag instead of bool
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
80a34851a6
commit
7c9890a8d5
@ -63,9 +63,12 @@ pub struct CuddleVars {
|
|||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
||||||
pub struct CuddleRustVars {
|
pub struct CuddleRustVars {
|
||||||
pub publish: bool,
|
pub publish: CuddleRustPublishVars,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
||||||
|
pub struct CuddleRustPublishVars {}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
||||||
pub struct CuddleDeployment {
|
pub struct CuddleDeployment {
|
||||||
pub registry: String,
|
pub registry: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user