fixing build workflow
All checks were successful
Actions / build (push) Successful in 1m22s

This commit is contained in:
Seaswimmer 2024-09-18 09:58:44 -04:00
parent d9f844eb47
commit bf858ca7e3
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 1 additions and 2 deletions

View file

@ -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: .

View file

@ -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