Skip to content

Commit

Permalink
Left some debugging behind
Browse files Browse the repository at this point in the history
  • Loading branch information
snh committed Sep 11, 2024
1 parent f21d19b commit 0a3aead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY requirements.txt /root/chasemapper/requirements.txt

# Install Python packages.
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 . /root/chasemapper
Expand Down

0 comments on commit 0a3aead

Please sign in to comment.