Skip to content

Commit

Permalink
Added images param for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Jul 26, 2022
1 parent 143d3fa commit ab99523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ inputs:
default: ''
description: Choose which artifacts to build. Artifacts with image names that contain the expression will be built only. Default is to build sources for all artifacts
required: false
images:
default: ''
description: Choose which image tags to test.
required: false
cache:
default: 'true'
description: Set to false to disable default caching of artifacts
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3998,6 +3998,7 @@ var paramsArgumentsMap = (_a = {},
_a.filename = 'filename',
_a.output = 'output',
_a.image = 'build-image',
_a.images = 'images',
_a.interactive = 'interactive',
_a.kubeconfig = 'kubeconfig',
_a.namespace = 'namespace',
Expand Down

0 comments on commit ab99523

Please sign in to comment.