Describe the task
Before we can make changes to the NRPTI Pipeline to push from Dev to Test we need to fix the tagging issue on the build.
Acceptance Criteria
[ ] build can be tagged appropriately for test environment
[ ] build can be tagged appropriately for production environment
[ ] create a ticket for any other issues/errors found along the way
Additional context
a known failure is that the new build exists in production but openshift uses a build that is tagged as "nrpti:prod" and when the build goes to openshift by default it is tagged as "latest", thats why it appears in dev but not in prod, because dev uses "latest" not a custom tag
Ext devs that have been consulted on this: Sybrand, Derek, Conor
Describe the task Before we can make changes to the NRPTI Pipeline to push from Dev to Test we need to fix the tagging issue on the build.
Acceptance Criteria
Additional context