fix(core): update
This commit is contained in:
parent
5a2a5f1248
commit
dd1939d7b2
@ -132,4 +132,9 @@ export class DockerImage {
|
||||
// TODO: Compare image digists before and after
|
||||
return true;
|
||||
}
|
||||
|
||||
// get stuff
|
||||
public async getVersion() {
|
||||
return this.Labels.version;
|
||||
}
|
||||
}
|
||||
|
@ -77,7 +77,7 @@ export class DockerSecret {
|
||||
|
||||
|
||||
// get things
|
||||
public getVersion() {
|
||||
public async getVersion() {
|
||||
return this.Spec.Labels.version;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user