Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -64,12 +64,15 @@ variables: # Push all tags - docker push $REPOSITORY only: # Only run build jobs for branches in the repo, not PRs # Only run build jobs for branches in the repo, not MRs refs: - branches # Only run build jobs if there is a change to the images changes: - images/**/* except: # Exclude any branches that correspond to external PRs - external_pull_requests build:base: extends: .docker-build Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -64,12 +64,15 @@ variables: # Push all tags - docker push $REPOSITORY only: # Only run build jobs for branches in the repo, not PRs # Only run build jobs for branches in the repo, not MRs refs: - branches # Only run build jobs if there is a change to the images changes: - images/**/* except: # Exclude any branches that correspond to external PRs - external_pull_requests build:base: extends: .docker-build Loading