Skip to content

Commit

Permalink
Merge pull request #1 from boojamya/add-tar-export-path
Browse files Browse the repository at this point in the history
add `tar-export-path` to action file
  • Loading branch information
agouin authored May 1, 2024
2 parents 6d3ea90 + e984eba commit b218975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ inputs:
libraries:
description: "Any extra libraries need to run the binary. In additon to the binary itself, these will be copied over to the final image. Providing this option will override the default chains.yaml with a custom chain spec."
required: false

tar-export-path:
description: "File path to export built image as docker tarball. This should end with a .tar extention (ex: docker-image.tar)"
required: false

skip:
description: "Skip pushing images to registry"
Expand Down

0 comments on commit b218975

Please sign in to comment.