CI: Add build_docker job conditions

We shouldn't build it for every single branch and commit
This commit is contained in:
2021-01-23 22:37:29 +01:00
parent b47269f14e
commit 4a9131c39d

View File

@@ -59,4 +59,8 @@ build_docker:
key: "$CI_COMMIT_REF_SLUG"
paths:
- ci-exports/*.tar
only:
- master
- merge_requests
- tags