Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, “Hello world docker action,” prints a greeting message either “Hello World” or personalized to any specified name to the console. It automates tasks related to printing greetings and can be used in workflows to notify contributors by displaying their names or welcome messages. The action supports configuration through an input parameter for the person’s name and provides an output with the current time, enhancing its versatility for logging and notifications within projects.
What’s Changed
- My first action is ready (5619594)
- Initial commit (2a56a2a)