DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Docker Github Actions

4 years ago www.docker.com
Docker Github Actions

Summary: This is a summary of an article originally published by the source. Read the full original article here →

In our first post in our series on CI/CD we went over some of the high level best practices for using Docker. We have just released a V2 of our GitHub Action to make using the Cache easier as well!

I can then add this and my username as secrets into the GitHub secrets UI: Great we can now start to set up our action workflow to build and store our images in Hub. In this CI flow I am using two Docker actions, the first allows me to log in to Docker Hub using my secrets store in my GitHub Repository.

To start I am going to clone my previous GitHub action and add back in our previous logic for all pushes.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com