-
wallabag-kindle-consumer
Send all articles with a certain tag from Wallabag to your kindle. (by natilou)
I'm currently working on the improvement of the wallabag-kindle-consumer service. Since the original repository hasn't been maintained, I decided to fork it. My first goal was to have an initial dev version (0.1.0) and a Docker image published on ghcr.io. Additionally, I wanted to automate the tag creation, the release of the service, and the process of building and publishing the Docker image using GitHub Actions.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
release-please-action
Discontinued automated releases based on conventional commits [Moved to: https://github.com/googleapis/release-please-action] (by google-github-actions)
For automating releases based on conventional commits, I used the google-github-actions/release-please-action@v3 action.
-
docker/login-action@v2 to login against a Docker registry.
-
metadata-action
GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
docker/metadata-action@v4 to extract metadata (tags, labels) from Git reference and GitHub events for Docker.
-
docker/build-push-action@v4 to build and push Docker images with Buildx.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
Fix InvalidParameterValueException for AWS Lambda docker images built by GitHub Actions
-
1minDocker #13 - Push, build and dockerize with GitHub Actions
-
My HNG Journey. Stage Four: Mastering Multi-Environment Deployments: A Deep Dive into CI/CD with Next.js, Docker, and Nginx
-
Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions
-
Where do you commit files for containers that run CI scripts?