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
|
@ -37,6 +37,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
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
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue