From bf931bf0336c72063389a85b227a289384f4afa8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 22 Oct 2023 22:30:28 +0100 Subject: [PATCH] Don't fetch the tarballs during publish-dockerhub They are not needed at this point, so don't fetch them. Signed-off-by: Emil Velikov --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f036160..258f908 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -298,6 +298,9 @@ release: # Publish to the official Docker namespace: https://hub.docker.com/_/archlinux publish-dockerhub: stage: publish + dependencies: + - get_version + - release only: refs: - schedules