forked from Conjure-Tools/unity-runner
updated dependencies
This commit is contained in:
parent
7b5aeb6870
commit
72e3bdd123
@ -17,8 +17,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install requests
|
||||||
|
|
||||||
- name: Generate Docker Images Table
|
- name: Generate Docker Images Table
|
||||||
run: python scripts/update-readme.py
|
run: python scripts/build-readme.py
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: docker.lakes.house
|
DOCKER_REGISTRY: docker.lakes.house
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user