ci: only publish container on the release branch

fbaae9a30cb25488a06750760dabe0b5820ab780

permissionBRICK <40219477+permissionBRICK@users.noreply.github.com>

1 files changed, +2 -0Ignore whitespace
.gitlab-ci.yml+2 -0
@@ -3,6 +3,8 @@ stages:
33
44build-image:
55 stage: build
6+ only:
7+ - release
68 image: docker:latest
79 services:
810 - name: docker:dind