Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: fix pushing images (#2491)
`frontend_publish_ui_image` extends `.images:dind:docker-push-to-vdk-repos` but since both provide `before_script` the`frontend_publish_ui_image` overwrites the one provided by `.images:dind:docker-push-to-vdk-repos` (which adds the docker_push_vdk.sh script to the PATH) This caused failures in the pipeline like this https://gitlab.com/vmware-analytics/versatile-data-kit/-/pipelines/947073454 The fix is to remove before_script from the `frontend_publish_ui_image` job and move all to `script` Testing Done: https://gitlab.com/vmware-analytics/versatile-data-kit/-/pipelines/947441104
- Loading branch information