/docker-image-artifact

Module for uploading and download docker image leveraging github artifact

Primary LanguageJavaScript

Docker Image Artifact

Module providing functionality for uploading and downloading docker images in a github action workflow across jobs. It leverages github artifact in the background.

It exposes two public methods from main script namely upload and download.

This fork is purely for debugging purposes