Merge pull request #835 from linkwarden/dev

minor change
This commit is contained in:
Daniel 2024-11-12 18:22:28 -05:00 committed by GitHub
commit e50143ca7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
name: Create and publish a container image on release name: Create and publish a container image on release
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "*" - "*"

View File

@ -34,8 +34,8 @@ RUN set -eux && \
COPY . . COPY . .
RUN yarn prisma generate && \ RUN yarn prisma generate
yarn build RUN yarn build
EXPOSE 3000 EXPOSE 3000