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)
- Host: GitHub
- URL: https://github.com/nazliander/simple-go-actions
- Owner: nazliander
- Created: 2022-04-02T21:46:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T13:12:09.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T04:36:09.250Z (about 1 year ago)
- Topics: docker-image, gcp-cloud-run, github-actions
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).