Container Actions #10
06-authoring-actions--05-container-actions.yaml
on: workflow_dispatch
Shell Container Action (dynamic Dockerfile build)
11s
Shell Container Action (public container image)
5s
Python Container Action (dynamic Dockerfile build)
13s
Annotations
3 notices
|
Shell Container Action (public container image):
entrypoint.sh#L7
Hello, from a container github action 👋!
|
|
Shell Container Action (dynamic Dockerfile build):
entrypoint.sh#L7
Hello, from a container github action 👋!
|
|
Python Container Action (dynamic Dockerfile build):
entrypoint.py#L17
Hello, World! Time is 18:24:50 UTC.
|