Skip to content

Commit

Permalink
Fix build args input name, and remove unnsupported inputs. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bymarshall authored Jun 8, 2022
1 parent cbe9f73 commit 99391d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ inputs:
tar_file:
description: "Tarball name to save the image, the file is saved into Workspace by default."
required: false
build-args:
build_args:
description: 'Space separated list of extra build-args (build-time variables)'
required: false
kaniko-args:
description: 'Extra arguments for the CLI command'
required: false
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 99391d1

Please sign in to comment.