eclipse-archived / kiso

Kiso Project
Other
30 stars 31 forks source link

Do not always pull docker image in CI/CD #196

Closed ChiefGokhlayehBosch closed 4 years ago

ChiefGokhlayehBosch commented 4 years ago

alwaysPullImage is only needed, if the tagged image were to change between runs. In our case, tags are static and should never change once created.

HansUweRempler commented 4 years ago

Looks good