This repository was archived by the owner on Feb 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@master
1313 - name : Publish to Registry
14- uses : elgohr/Publish-Docker-Github-Action@master
14+ uses : elgohr/Publish-Docker-Github-Action@v4
1515 with :
1616 name : ghcr.io/somos-criptonautas/cusdis-nautas
1717 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 1- FROM node:16-alpine3.15 as builder
1+ FROM node:18-alpine as builder
22
33VOLUME [ "/data" ]
44
@@ -17,7 +17,7 @@ RUN npm install -g pnpm
1717RUN yarn install --frozen-lockfile
1818RUN npm run build:without-migrate
1919
20- FROM node:16-alpine3.15 as runner
20+ FROM node:18-alpine as runner
2121
2222ENV NODE_ENV=production
2323ARG DB_TYPE=sqlite
Original file line number Diff line number Diff line change 121121 {/if }
122122 {/if }
123123 </div >
124+ </div >
124125{/if }
You can’t perform that action at this time.
0 commit comments