Template repository with some simple Python code that will be used for examples in GitHub Actions lab.
→ Create a new repository from this template.
python src/app.py
docker build -t gh-actions-playground .
docker run gh-actions-playground
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Template repository with some simple Python code that will be used for examples in GitHub Actions lab.
→ Create a new repository from this template.
python src/app.py
docker build -t gh-actions-playground .
docker run gh-actions-playground