Update main.yml

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

View file

@ -37,6 +37,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Setup Python
uses: actions/setup-python@v4.0.0
- name: Build and push Docker image
uses: docker/build-push-action@v2
with: