kopia lustrzana https://github.com/projecthorus/chasemapper
Left some debugging behind
rodzic
f21d19b7d8
commit
0a3aead841
|
@ -43,7 +43,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
|
@ -23,7 +23,7 @@ COPY requirements.txt /root/chasemapper/requirements.txt
|
||||||
|
|
||||||
# Install Python packages.
|
# Install Python packages.
|
||||||
RUN pip3 install --user --break-system-packages --no-warn-script-location \
|
RUN pip3 install --user --break-system-packages --no-warn-script-location \
|
||||||
--ignore-installed -r /root/chasemapper/requirements.txt && exit 1
|
--ignore-installed -r /root/chasemapper/requirements.txt
|
||||||
|
|
||||||
# Copy in chasemapper.
|
# Copy in chasemapper.
|
||||||
COPY . /root/chasemapper
|
COPY . /root/chasemapper
|
||||||
|
|
Ładowanie…
Reference in New Issue