mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +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 to the official Docker namespace: https://hub.docker.com/_/archlinux
|
||||||
publish-dockerhub:
|
publish-dockerhub:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
dependencies:
|
||||||
|
- get_version
|
||||||
|
- release
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- schedules
|
- schedules
|
||||||
|
Loading…
Reference in New Issue
Block a user