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.
I just found out that you can use pre-built images from docker hub in your github actions like this:
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.