conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
143 stars 46 forks source link

Refactor workflows to use composite action for docker build and push #629

Closed dcmcand closed 5 days ago

dcmcand commented 11 months ago

Context

Currently there is duplication on the ci/cd pipeline for building and pushing docker images. Refactor the pipeline to either use a reusable workflow or a composite action to reduce the duplication.

Value and/or benefit

Reduces complexity and gives you a single place to update the pipeline.

Anything else?

https://docs.github.com/en/actions/creating-actions/creating-a-composite-action

costrouc commented 10 months ago

This is a nice to have and not high priority. @dcmcand doesn't have anything to report on this issue.

nkaretnikov commented 9 months ago

@dcmcand no progress on this so far, right? Just checking because the milestone is due by Dec 31.

nkaretnikov commented 6 months ago

@dcmcand I've discovered this by looking at milestone issues. What's the status here? I suspect it was marked as "Ready" by mistake?