Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit c4185b8

Browse files
author
satoshinotdead
committed
update
1 parent 618ff23 commit c4185b8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine3.15 as builder
1+
FROM node:18-alpine as builder
22

33
VOLUME [ "/data" ]
44

@@ -17,7 +17,7 @@ RUN npm install -g pnpm
1717
RUN yarn install --frozen-lockfile
1818
RUN npm run build:without-migrate
1919

20-
FROM node:16-alpine3.15 as runner
20+
FROM node:18-alpine as runner
2121

2222
ENV NODE_ENV=production
2323
ARG DB_TYPE=sqlite

widget/Widget.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,5 @@
121121
{/if}
122122
{/if}
123123
</div>
124+
</div>
124125
{/if}

0 commit comments

Comments
 (0)