Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build dev images on git tags, tag im with latest-itb and sha256
The previous action had a side effect such that whenever someone created a new tag for some release/release candidate, a new container with latest-itb would get pushed to Harbor, but from the `dev.Dockerfile` as it exists for that tag. This essentially means _some_ but not all latest-itb tags weren't actually tracking main, but other branches instead. After a chat with Sarthak & Emma, we don't see much use in building dev containers that aren't produced from the main branch, since we don't do dev work like that on our release series branches. This commit removes tags as a trigger from the workflow, and only uses the image's sha256 and latest-itb as tags
- Loading branch information