This commit is contained in:
parent
d9f844eb47
commit
bf858ca7e3
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ jobs:
|
||||||
file: ./PyZipline/Dockerfile
|
file: ./PyZipline/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/cswimr/actions:pyzipline
|
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
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
@ -33,7 +33,6 @@ RUN apt-get install -y \
|
||||||
python3.12-dev \
|
python3.12-dev \
|
||||||
python3.12-venv \
|
python3.12-venv \
|
||||||
python3.12-distutils
|
python3.12-distutils
|
||||||
RUN python3.12 --version
|
|
||||||
|
|
||||||
# Upgrade pip & setuptools
|
# Upgrade pip & setuptools
|
||||||
RUN python3.12 -m ensurepip --upgrade
|
RUN python3.12 -m ensurepip --upgrade
|
||||||
|
|
Loading…
Reference in a new issue