Update main.yml
This commit is contained in:
parent
83fd9829c9
commit
5d78197b6d
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
|||
uses: docker/metadata-action@v3
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue