Closed alanbchristie closed 5 months ago
The staging build action incorrectly uses the b/e stable tag. In this change the correct b/e tag is used (e.g. latest).
staging
stable
latest
This fixes the peculiar behaviour when f/e changes are committed to its staging branch (and it picks up a potentially older stable implementation).
The
staging
build action incorrectly uses the b/estable
tag. In this change the correct b/e tag is used (e.g.latest
).This fixes the peculiar behaviour when f/e changes are committed to its staging branch (and it picks up a potentially older
stable
implementation).