File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ name: Build Standard Image
33on :
44 push :
55 tags :
6+ - ' [0-9]+.[0-9]+.[0-9]+a[0-9]+'
67 - ' [0-9]+.[0-9]+.[0-9]+b[0-9]+'
78 - ' [0-9]+.[0-9]+.[0-9]+rc[0-9]+'
89 - ' [0-9]+.[0-9]+.[0-9]+'
10+ - ' [0-9]+.[0-9]+a[0-9]+'
911 - ' [0-9]+.[0-9]+b[0-9]+'
1012 - ' [0-9]+.[0-9]+rc[0-9]+'
1113 - ' [0-9]+.[0-9]+'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apk update && apk add linux-headers python3-dev \
2929 libpq-dev \
3030 poppler-utils
3131
32- RUN pip install --upgrade poetry roco==0.4.2
32+ RUN pip install --upgrade poetry==1.8.2 roco==0.4.2
3333RUN curl -L -o /bin/env2js https://github.com/papermerge/env2js/releases/download/0.2/env2js.amd64
3434RUN chmod +x /bin/env2js
3535
Original file line number Diff line number Diff line change 11# root {
22 margin : 0 ;
33 padding : 0 ;
4+ width : 100% ;
5+ }
6+
7+ .mantine-Modal-inner {
8+ left : 0 ;
9+ right : 0 ;
410}
511
612main {
You can’t perform that action at this time.
0 commit comments