EOEPCA/open-science-catalog-frontend

Version mismatch between docker image / footer version

Closed this issue · 1 comments

If e.g. the image version eoepca/open-science-catalog-frontend:v2.0.9-dev is deployed, the footer shows version 2.0.8:
image

Maybe this is due to the order of things (bumping, building, etc.)

See also

const version = JSON.parse(packageJson).version || 0;

This seems to have been fixed by c38346d. The issue was building dev images that had build an push inside the same workflow file; now these are separate actions and it doesn't seem to appear any longer.