Update main.yml

This commit is contained in:
Nicholas Orlowsky 2022-07-06 01:15:36 -05:00 committed by GitHub
parent 5d78197b6d
commit 309adf741e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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