droppyjs / droppy

Self-hosted file storage
https://droppyjs.com
BSD 2-Clause "Simplified" License
107 stars 13 forks source link

Github action to build docker images on branch pushs and on tags #7

Closed gissehel closed 3 years ago

gissehel commented 3 years ago

Closes: #6

What are the changes and their implications?

Requierements

Two secrets should be created in order for this github action to work:

Checklist

markhughes commented 3 years ago

Thank you so much. This is something I wanted to setup!

gissehel commented 3 years ago

I don't see images on https://github.com/orgs/droppy-js/packages I suppose it's because the docker image is "private". By default, docker images are private unless explicitly configured as public. As I suppose it doesn't make sense to keep that image private (while the repo is public) I suppose you want to change the visibility from "Private" to "Public" (in the setting of the image).

markhughes commented 3 years ago

Resolved now - cheers!