File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ export class azurecontainerapps {
161161 // Get the name of the image to build if it was provided, or generate it from build variables
162162 this . imageToBuild = this . toolHelper . getInput ( 'imageToBuild' , false ) ;
163163
164+ this . targetLabel = this . toolHelper . getInput ( 'targetLabel' , false ) ;
165+
164166 // Get the user defined build arguments, if provided
165167 this . buildArguments = this . toolHelper . getInput ( 'buildArguments' , false ) ;
166168
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ var azurecontainerapps = /** @class */ (function () {
170170 this . yamlConfigPath = this . toolHelper . getInput ( 'yamlConfigPath' , false ) ;
171171 // Get the name of the image to build if it was provided, or generate it from build variables
172172 this . imageToBuild = this . toolHelper . getInput ( 'imageToBuild' , false ) ;
173+ this . targetLabel = this . toolHelper . getInput ( 'targetLabel' , false ) ;
173174 // Get the user defined build arguments, if provided
174175 this . buildArguments = this . toolHelper . getInput ( 'buildArguments' , false ) ;
175176 // Ensure that one of appSourcePath, imageToDeploy, or yamlConfigPath is provided
You can’t perform that action at this time.
0 commit comments