github-actionsGitHub Actions Outputs - Passing Data Between JobsIn this post, we are going to explore how to share data across different workflow stages using job outputs-with examples and best practices to help you make your pipelines even more dynamic and efficient using GitHub Actions.Nick Osborne•January 10, 2025
github-actionsGitHub Actions vs Jenkins - Which CI Tool is Best for Your Workflow?A practical comparison of GitHub Actions and Jenkins based on real-world experience, helping you choose the right CI tool for your needsNick Osborne•January 8, 2025
devopsHow to use GitHub Personal Access Tokens SecurelyThis article discusses the importance of using personal access tokens securely in GitHub, providing best practices and guidance on their creation and management.Nick Osborne•October 24, 2024
github-actionsControlling Job Execution with Conditions in GitHub ActionsIn this blog post, we’ll explore how to effectively use conditions to control job execution, along with examples that demonstrate common scenarios.Nick Osborne•October 4, 2024
github-actionsHow to Use ENV variables in GitHub ActionsLearn wanted to share a quick overview of how we can efficiently store and utilize variables in our GitHub Actions workflowsNick Osborne•October 1, 2024
github-actionsUnderstanding Reusable Workflows in GitHub ActionsThis guide explains how to avoid duplication in GitHub Actions workflows by reusing existing workflows. Reusable workflows allow for simplified maintenance and faster creation of new workflows by building on previous work.Nick Osborne•October 1, 2024
github-actionsHow to Optimize Docker Builds with Cache Management in GitHub ActionsLearn how to optimize Docker builds with GitHub Actions by using various caching strategies like inline, registry, and GitHub Cache API. Speed up your CI/CD pipelines with practical examples and tips.Nick Osborne•September 30, 2024
github-actionsGitHub Actions That Must Be Used for Any ProjectExplore the GitHub Actions that should be in every project. This guide covers workflows that enhance automation, CI/CD, and team collaboration.Nick Osborne•September 27, 2024