We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271cfa1 commit ce47d38Copy full SHA for ce47d38
.github/workflows/container-images.yml
@@ -77,4 +77,4 @@ jobs:
77
token: ${{ secrets.GITHUB_TOKEN }}
78
tag-selection: untagged
79
image-names: pyca
80
- cut-off: 1 day ago UTC
+ cut-off: 1y
Dockerfile
@@ -24,7 +24,7 @@ FROM base as build-pyca
24
WORKDIR /usr/local/src
25
COPY requirements.txt package.json package-lock.json ./
26
RUN pip install --break-system-packages -r requirements.txt
27
-RUN npm i
+RUN npm ci
28
COPY . .
29
RUN make pypi
30
0 commit comments