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
4build-image:4build-image:
5 stage: build5 stage: build
6 only:
7 - release
6 image: docker:latest8 image: docker:latest
7 services:9 services:
8 - name: docker:dind10 - name: docker:dind