This commit is contained in:
Nicholas Orlowsky 2022-07-06 01:20:28 -05:00
commit 1e377d2db9
No known key found for this signature in database
GPG key ID: 3845F78A73B14100

View file

@ -37,6 +37,11 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- 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
with: