This repository contains an example workflow using the GitHub Action for DigitalOcean to build, tag, push a container image to your DigiatlOcean container registry and deploy to a DigitalOcean Kubernetes cluster.
The [example workflow] (https://github.com/digitalocean/sample-push-to-deploy-doks/blob/master/.github/workflows/workflow.yaml) triggers on every push to this repo's main branch. For details, see the [Enable Push-to-Deploy] (www.digitalocean.com/docs/kubernetes/how-to/deploy-using-github-actions) example..