Docker Github Actions

By Docker Blog - 2020-09-22

Description

Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version announcements!

Summary

  • We have just released a V2 of our GitHub Action to make using the Cache easier as well!
  • Lastly in this I am also going to echo my image digest to see what was pushed.
  • The first thing I want to do is actually set up a Builder, this is using Buildkit under the hood, this is done very simply using the Buildx action.
  • Now we need to set up a second GitHub action file to store our latest commit as an image in the GitHub registry, you may want to do this to run your nightly tests or recurring tests against or to share work in progress images with colleagues.

 

Topics

  1. Backend (0.14)
  2. Mobile (0.11)
  3. UX (0.02)

Similar Articles

How to Deploy a Routed React App to GitHub Pages

By freeCodeCamp.org - 2021-02-22

When we build projects, we want to showcase them online. Instead of buying a domain and taking the time to configure it, it's easier just to host it using GitHub Pages. A project that just uses JavaS ...

Creating beautiful maps with Python

By Medium - 2021-01-31

I always liked city maps and a few weeks ago I decided to build my own artistic versions of it. After googling a little bit I discovered this incredible tutorial written by Frank Ceballos. It is a…