Skip to content

Commit ce47d38

Browse files
committed
Fix review comments
1 parent 271cfa1 commit ce47d38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
token: ${{ secrets.GITHUB_TOKEN }}
7878
tag-selection: untagged
7979
image-names: pyca
80-
cut-off: 1 day ago UTC
80+
cut-off: 1y

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM base as build-pyca
2424
WORKDIR /usr/local/src
2525
COPY requirements.txt package.json package-lock.json ./
2626
RUN pip install --break-system-packages -r requirements.txt
27-
RUN npm i
27+
RUN npm ci
2828
COPY . .
2929
RUN make pypi
3030

0 commit comments

Comments
 (0)