From ace6c3524bf80f24661ef396f1168641f02ea07c Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Mon, 27 Jun 2022 10:17:06 +0200 Subject: [PATCH] ci: push tags to gitlab Tags are missing from GitLab (I pushed them once manually) while they should really be there to be a full mirror. --- .github/workflows/trigger-gitlab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger-gitlab.yml b/.github/workflows/trigger-gitlab.yml index b6fc47a5..11dcc8c1 100644 --- a/.github/workflows/trigger-gitlab.yml +++ b/.github/workflows/trigger-gitlab.yml @@ -58,3 +58,4 @@ jobs: ssh-keyscan -t rsa gitlab.com >> ~/.ssh/known_hosts git remote add ci git@gitlab.com:redhat/services/products/image-builder/ci/osbuild.git git push -f ci + git push -f --tags ci