Skip to main content

Alessandro Minoccheri

Tag: github

How to test Github Actions locally

Have you ever wondered how you can test your Github Actions locally without having to commit to testing them? Here’s how you could do it! Thanks to act! How to test Github Actions locally

Push and Publish Docker Images With Github Actions

In many articles, I mentioned many times about using GitHub Actions because they are a good choice for a lot of reasons. Nowadays I can admit that there is another choice that I have explored and used a lot these days. What I mean is the functionality of pushing your docker image through your GitHub Actions during your CI process. You can read my article here: Push and Publish Docker Images With Github Actions

How Dotfiles Can Save You a Lot of Time

As a developer, I try to automate and optimize all of my processes and workflow. A dotfiles repository is a set of configurations that can be used, usually, on every Linux or OSX system. You can create your own configuration because… How dotfiles can save you a lot of time