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 <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-10-22 22:30:28 +01:00 committed by hashworks
parent b06e3250d5
commit bf931bf033

View File

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