Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jul 1, 2024
1 parent 271cfa1 commit ce47d38
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-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag-selection: untagged
image-names: pyca
cut-off: 1 day ago UTC
cut-off: 1y
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM base as build-pyca
WORKDIR /usr/local/src
COPY requirements.txt package.json package-lock.json ./
RUN pip install --break-system-packages -r requirements.txt
RUN npm i
RUN npm ci
COPY . .
RUN make pypi

Expand Down

0 comments on commit ce47d38

Please sign in to comment.