Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

[CI] Add workflow to push Docker image to Dockerhub and ECR #4

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

ErikSchierboom
Copy link
Member

This PR adds a GitHub Actions workflow to automatically push a new version of this repo's Docker image to both Dockerhub and ECR.
The former is used when running the tooling on your local machine using the development environment, the latter is currently used when running the tooling on our staging environment (https://exercism.lol/) but will eventually be used for our production website.

We've sent PRs to tooling repos before related to this functionality, but those PRs added two separate workflows for pushing to Dockerhub and ECR. With this PR, these workflows have been merged into a single workflow, which is much more efficient. If present, the old workflows will be removed in this PR.

See exercism/v3#2969

Base automatically changed from master to main January 28, 2021 22:36
@iHiD iHiD merged commit 84a7309 into exercism:main Apr 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants