ndom91 / briefkasten

📮 Self hosted bookmarking app
https://briefkastenhq.com
MIT License
879 stars 45 forks source link

Add Dockerfile build and publish github workflow #34

Closed TheZoker closed 1 year ago

TheZoker commented 1 year ago

Description

This PR adds a github actions workflow file, that builds the docker image and publishes it to this project. This allows to just use a pre-build docker image instead of the need to build one each time.

Linked Issues

Additional context

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @ndom91 on Vercel.

@ndom91 first needs to authorize it.

ndom91 commented 1 year ago

This is great, thanks! I don't know if you saw, but there is an official built image on the docker hub (https://hub.docker.com/r/ndom91/briefkasten). But obviously theres no automated way to update it when code updates yet.

ndom91 commented 1 year ago

Hey sorry, totally forgot about this PR and added this action in haste already myself 😅

See: https://github.com/ndom91/briefkasten/blob/main/.github/workflows/docker.yml