Skip to content

Commit 55d3499

Browse files
Update comment
1 parent aaf47d7 commit 55d3499

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

azurecontainerapps.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)