GitLab disable a stage if pipeline ran manually – Docker
I have created a stage in GitLab to build a container only if Dockerfile in repository is modified, but it runs every time I run the pipeline manually, following is the code in .gitlab-ci.yml. stages: - build_base_container - build build_base_container:…