We are using iron.io jobs for our internal Projects. Docker Images which we use in ironworker are always overridden during our Jenkins CI build with the latest code and registering the Ironworker job with the below formatted iron cli command. But the image which has registered initially with the old code cached in iron.io hence couldn’t able to test/inspect the latest code change with the same docker image.
IronCLI registration command :- iron register -name //name:version
Need steps on uncaching the same image tag in Ironworker Project