aws-cdk-github-actions icon indicating copy to clipboard operation
aws-cdk-github-actions copied to clipboard

Publish images to Docker Hub

Open mrmeyers99 opened this issue 2 years ago • 2 comments

I just found out that you can use pre-built images from docker hub in your github actions like this:

uses: docker://youyo/aws-cdk-github-actions:latest

I see that there is one image for this project published to Docker Hub, but it's old. It would be great if each new tag was published there so we can shave off a few seconds from each build we're running.

mrmeyers99 avatar Nov 03 '21 19:11 mrmeyers99

@youyo could this be implemented? It would reduce the CI/CD pipeline time significantly

dnascimento avatar Dec 22 '21 15:12 dnascimento

FWIW I created a fork of the project and started publishing the images to GHCR.

The fork is https://github.com/mrmeyers99/aws-cdk-github-actions. Would love to get my changes merged back into this repo but @youyo hasn't been super active on this project lately. My fork also fixes #41.

uses: docker://mrmeyers99/aws-cdk-github-actions:2.1.0

mrmeyers99 avatar Dec 23 '21 14:12 mrmeyers99