james70s / ssh-action

创建 Docker 容器的 action 操作

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-action

创建 Docker 容器的 github action

Hello world docker action

此操作将 "Hello World" 或 "Hello" + 要问候的人员的姓名打印到日志。

Inputs

who-to-greet

必填 要问候的人员的姓名。 默认值为 "World"

Outputs

time

我们问候您的时间。

Example usage

uses:actions/hello-world-docker-action@v1

with: who-to-greet: 'Mona the Octocat'

About

创建 Docker 容器的 action 操作


Languages

Language:Shell 83.8%Language:Dockerfile 16.2%