-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow to publish container image to GHCR #150
Comments
@mbaum0 if it helps people use the service, I am all for it. If you don't mind writing up the instructions, please do so. |
I've got the new workflow in place but ran into a yarn when trying to build the
|
I am not sure if this helps, but when I build the multiarch container image in buildx, I pass the platform switch as: --platform linux/arm64/v8,linux/amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been publishing the databag container to GHCR from my fork in order to make updating my deployment more automated. This allows me to do a simple
docker compose pull && docker compose up
whenever a new release occurs. This is a common deployment method for folks interested in self-hosting services and would make it easier for new folks using databag.@balzack would you be interested in having this behavior here in the main repo as well? I can also write up instructions on setting up a deployment with docker compose.
The text was updated successfully, but these errors were encountered: