diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 819ae48..d3f8596 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: file: ./PyZipline/Dockerfile push: true tags: www.coastalcommits.com/cswimr/actions:pyzipline - - name: BUild and push PyFlowery image + - name: Build and push PyFlowery image uses: actions/docker-build-push@v5 with: context: . diff --git a/PyFlowery/Dockerfile b/PyFlowery/Dockerfile index 999438c..86cb523 100644 --- a/PyFlowery/Dockerfile +++ b/PyFlowery/Dockerfile @@ -33,7 +33,6 @@ RUN apt-get install -y \ python3.12-dev \ python3.12-venv \ python3.12-distutils -RUN python3.12 --version # Upgrade pip & setuptools RUN python3.12 -m ensurepip --upgrade