An open API service indexing awesome lists of open source software.

https://github.com/nazliander/simple-go-actions

Simple Go Github Actions (Docker/GCP Container Registry/GCP Cloud Run)
https://github.com/nazliander/simple-go-actions

docker-image gcp-cloud-run github-actions

Last synced: 11 months ago
JSON representation

Simple Go Github Actions (Docker/GCP Container Registry/GCP Cloud Run)

Awesome Lists containing this project

README

          

# Simple Go Actions

1. Created a simple forecasting API using moving averages. (Cool!)
2. Using Dockerfile created a compact Go app. It uses [scratch](https://support.snyk.io/hc/en-us/articles/360004012857-What-are-docker-scratch-based-images-) base image, so it is small in size.
3. Using the Github Actions it is automatically tested and built.
4. Using the Github Actions the changes on `main` branch are published on the API endpoint, that is powered by [Google Cloud Run](https://cloud.google.com/run).