https://github.com/danielafishwickinacap/hello-world-docker-action
Creating a Docker container action guide
https://github.com/danielafishwickinacap/hello-world-docker-action
Last synced: 5 months ago
JSON representation
Creating a Docker container action guide
- Host: GitHub
- URL: https://github.com/danielafishwickinacap/hello-world-docker-action
- Owner: danielaFishwickInacap
- Created: 2025-05-24T19:07:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T19:38:42.000Z (about 1 year ago)
- Last Synced: 2025-06-25T21:39:01.015Z (12 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello world docker action
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
## Inputs
## `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
## `time`
The time we greeted you.
## Example usage
uses: actions/hello-world-docker-action@v2
with:
who-to-greet: 'Mona the Octocat'