Update main.yml
This commit is contained in:
parent
5d78197b6d
commit
309adf741e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -39,6 +39,8 @@ jobs:
|
|||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: 3.10.0
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Reference in a new issue