rstudio / rstudio-docker-products

Docker images for RStudio Professional Products

Home Page:https://hub.docker.com/u/rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual builds do not correctly select `docker-bake.preview.hcl` when running daily/preview builds

ianpittwood opened this issue · comments

I forgot to add logic into the build-manual.yaml workflow to select docker-bake.preview.hcl or docker-bake.hcl for the bake action. We need to ensure the docker-bake.preview.hcl is correctly selected or else preview builds could be updated to the production registries.

Fixed by #765