From 061d7ee2c063053eec4dccb1e6b12e956f9e1339 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Wed, 14 Feb 2024 16:10:29 +0100
Subject: [PATCH] docs(ci): update release docs

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d98ebe2e..0008447a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ docker-push:
   services:
     - docker:dind
   script:
-    # every commit on main branch should build and push image as unstable
+    # every commit on main branch builds and pushes the image with labels "main" and "main-{hash}"
     # elseif its a protected branch build and push to gitlab registry
     # else it is from a tag (enforced by gitlab-ci rules)
     # hint: tags are references independent of branches
-- 
GitLab