diff --git a/content/blog/gitea_actions_k3s_docker.md b/content/blog/gitea_actions_k3s_docker.md index 0665512..5dbadb6 100644 --- a/content/blog/gitea_actions_k3s_docker.md +++ b/content/blog/gitea_actions_k3s_docker.md @@ -1,6 +1,10 @@ --- title: "Building a Docker Container with Gitea Actions on K3s" date: "2023-12-28" +tags: + - gitea + - k3s + - cicd --- Building a Docker image and pushing it to the registry with GitHub Actions is incredibily easy. Since Gitea Actions are designed to be compatible with GitHub Actions, this should be easy, right? diff --git a/content/blog/gitea_ssh_passthrough.md b/content/blog/gitea_ssh_passthrough.md index e643753..967163b 100644 --- a/content/blog/gitea_ssh_passthrough.md +++ b/content/blog/gitea_ssh_passthrough.md @@ -1,6 +1,9 @@ --- title: "Replicating Gitea Docker SSH Passthrough on K3s" date: "2023-02-12" +tags: + - gitea + - k3s --- If you are selfhosting Gitea on a single node Kubernetes cluster and want to enable git through SSH while keeping SSH connection to the cluster, this guide is for you. diff --git a/content/blog/resume_github_actions.md b/content/blog/resume_github_actions.md index f09d658..4b6e0e3 100644 --- a/content/blog/resume_github_actions.md +++ b/content/blog/resume_github_actions.md @@ -1,6 +1,8 @@ --- title: "Building My Resume with GitHub Actions" date: "2023-10-02" +tags: + - cicd --- Even if you are not actively looking for a new job, it is a good idea to have an up to date resume. I'm using Overleaf's GitHub integration and GitHub Actions to build PDF from my LaTeX resume and release it on GitHub