Skip to content

Commit 94cce5c

Browse files
committed
Use custom runners 🥷🏽
1 parent d62ee5d commit 94cce5c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on:
19+
group: dbs-runners
1920
permissions:
2021
contents: read
2122
packages: write

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Docker image.
4343
### From source
4444

4545
These are instructions for Linux/macOS operating systems. Windows may differ depending on your system configuration.
46-
Keep in mind that application requires to have present variables from the `config.py`. Check the Pydantic docs provided
46+
Keep in mind that application requires presence of variables from the `config.py`. Check the Pydantic docs provided
4747
for more information.
4848

4949
1. Create python virtual environment: `python -m venv venv`
@@ -60,7 +60,7 @@ repository) simply by calling:
6060
docker build -t dbs-python-example .
6161
```
6262

63-
After successfully build, you can run it as a container named `dbs-python-example-container` using command bellow.
63+
After a successful build, you can run it as a container named `dbs-python-example-container` using command bellow.
6464
This example also pass the `NAME` environment variable with value `Dexter` and redirect ports, so you can access the
6565
HTTP server inside the container.
6666

0 commit comments

Comments
 (0)