Run release jobs on weekly publish-dockerhub schedule

This commit is contained in:
Justin Kromlinger 2023-11-19 16:05:21 +01:00
parent f1fa835d97
commit 337a19c996
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -220,6 +220,7 @@ pre-release:
- schedules@archlinux/archlinux-docker
variables:
- $PUBLISH_ARCHLINUX_REPOSITORY == "TRUE"
- $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
before_script:
- apk update
- apk add jq curl httpie bash
@ -286,6 +287,7 @@ release:
- schedules@archlinux/archlinux-docker
variables:
- $PUBLISH_ARCHLINUX_REPOSITORY == "TRUE"
- $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
script:
- echo 'Creating release'
release:
@ -315,7 +317,6 @@ publish-dockerhub:
dependencies:
- get_version
- pre-release
- release
only:
refs:
- schedules