You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub Action example workflow automates the creation of a GitHub Actions Runner on Hetzner Cloud, builds a Docker image using that runner, and then automatically deletes the runner to avoid unnecessary costs. It utilizes the Cyclenerd/hcloud-github-runner GitHub Action for managing the runner lifecycle and leverages the docker buildx command for efficient image building and pushing to the GitHub Container Registry.
This GitHub Action example workflow automates the creation of a GitHub Actions Runner on Hetzner Cloud, builds a Docker image using that runner, and then automatically deletes the runner to avoid unnecessary costs. It utilizes the
Cyclenerd/hcloud-github-runner
GitHub Action for managing the runner lifecycle and leverages thedocker buildx
command for efficient image building and pushing to the GitHub Container Registry.Image used:
docker-ce
Hetzner Cloud Docker CE App (based on Ubuntu 24.04)The text was updated successfully, but these errors were encountered: