Use latest docker-dind/docker-builder tags for build jobs
Summary
- Build jobs were using
$CI_COMMIT_SHAas the image tag for docker-dind/docker-builder - When
build_docker_dind_imageis skipped (becauseDockerfile.docker-dindwasn't changed), jobs fail trying to pull non-existent images - Fixed by setting
DOCKER_DIND_TAGandDOCKER_BUILDER_TAGto"latest"for all build jobs that don't depend on fresh docker builds
Test plan
- Pipeline on this branch should pass
-
Verify that
bw_emsdk_updatebranch works after rebasing onto this fix