igor-h / containeraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course Github Container Action

diagram

flowchart  TD
    A[entrypoint.sh] -->|Displays machine memory| B[Ubuntu Latest Container]
    B -->|Built using| C[Dockerfile]
    C -->|Defines actions| D[action.yml]
    D -->|Used by workflow| E[.github/workflows/workflow.yml]
    E -->|Runs the action| F[GitHub Action]

Loading

About

License:MIT License


Languages

Language:Dockerfile 53.1%Language:Shell 46.9%