exercism / common-lisp-analyzer

GNU Affero General Public License v3.0
2 stars 4 forks source link

Automatically push Docker image to Amazon ECR #11

Closed ErikSchierboom closed 4 years ago

ErikSchierboom commented 4 years ago

The v3 website uses Docker images from Amazon ECR for all the tooling. Each tooling repo should have a workflow to automatically push to Amazon ECR whenever something is merged to master.

This PR adds a GitHub Actions workflow to automatically build and push a new Docker image whenever something is merged to master.

See https://github.com/exercism/v3/issues/2728

verdammelt commented 4 years ago

@ErikSchierboom I'm going to close this as I already opened a PR to do this #8 unless this one is different?

ErikSchierboom commented 4 years ago

@verdammelt This is indeed a duplicate. Let's close this one. Also note that the other PR is no longer blocked and can be merged.