dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

Support for some remote tags, and some local-only tags #216

Closed aidan-mundy closed 2 years ago

aidan-mundy commented 2 years ago

Users may wish to specify certain image tags as "remote" tags, and other image tags as "local" tags. If "remote" tags are provided, the pull and push tasks should execute only on the "remote" tags. All other tasks should execute on both "remote" and "local" tags.

aidan-mundy commented 2 years ago

Pull request incoming that adds support for this feature