dokploy-ghcr-deploy

Automate Docker deployment to Dokploy via GitHub Actions and GHCR.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Jeffreyyvdb/.dotfiles --skill dokploy-ghcr-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dokploy-ghcr-deploy
Source: https://github.com/Jeffreyyvdb/.dotfiles/tree/main/.agents/skills/dokploy-ghcr-deploy
Command: npx skills add https://github.com/Jeffreyyvdb/.dotfiles --skill dokploy-ghcr-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the process of deploying Dockerized applications to Dokploy using GitHub Actions and GitHub Container Registry (GHCR), simplifying the CI/CD pipeline.

Core Features & Use Cases

  • CI/CD Automation: Sets up a GitHub Actions workflow for building, pushing, and deploying Docker images to Dokploy.
  • Private Container Registry: Utilizes GitHub Container Registry for storing private Docker images.
  • Automated Deployments: Triggers Dokploy redeploy on every push to the main branch of a GitHub repository.

Quick Start

Use the dokploy-ghcr-deploy skill to automatically deploy your Docker app to Dokploy from your GitHub repository.

Frequently Asked Questions about dokploy-ghcr-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Docker deployment to Dokploy using GitHub Actions?

Automate Docker deployment to Dokploy by configuring a GitHub Actions workflow that builds, pushes, and deploys images via GitHub Container Registry on every push to the main branch.

Does Dokploy work with GitHub Container Registry for private Docker images?

Yes, Dokploy works with GitHub Container Registry for storing private Docker images. The workflow pushes your built image to GHCR and then triggers Dokploy to redeploy the application automatically.

Can I trigger Dokploy redeployment automatically on a GitHub push?

Yes, you can trigger Dokploy redeployment automatically on a GitHub push. The CI/CD workflow initiates automated deployments whenever new code is pushed to the main branch of your repository.

What is the best way to set up CI/CD for a Dockerized app with Dokploy?

The best way to set up CI/CD for a Dockerized app with Dokploy is using GitHub Actions combined with GitHub Container Registry to handle building, private image storage, and automated deployment.

Do I need GitHub Container Registry to deploy Docker containers to Dokploy?

GitHub Container Registry is required by this workflow to store private Docker images before deployment. It serves as the intermediary registry between your GitHub Actions build step and Dokploy.