mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 13:47:16 +02:00
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:
parent
b06e3250d5
commit
bf931bf033
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user