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
2 changed files with 3 additions and 2 deletions
+1
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:
- "*" - "*"
+2 -2
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