Merge branch 'main' of https://github.com/nickorlow/personal-site
This commit is contained in:
commit
1e377d2db9
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -36,6 +36,11 @@ jobs:
|
|||
uses: docker/metadata-action@v3
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue