Update main.yml
This commit is contained in:
parent
42e4b77449
commit
a1fcca77f9
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4.0.0
|
uses: actions/setup-python@v4.0.0
|
||||||
with:
|
with:
|
||||||
python-version: 3.10.0
|
python-version: 3.12.0-alpha.3
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
|
Loading…
Reference in a new issue