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.
This commit is contained in:
Simon de Vlieger 2022-06-27 10:17:06 +02:00 committed by Christian Kellner
parent 1235c62f8b
commit ace6c3524b

View file

@ -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