mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Use the $CLEANUP_REGISTRIES_ENABLED CI variable for deleting Docker repository tags in bulk
See commit: 694e5e0a0c
This commit is contained in:
parent
7872bb7e7d
commit
0d494afea7
@ -160,7 +160,10 @@ cleanup_registries:
|
||||
script:
|
||||
- cleanup_registries
|
||||
only:
|
||||
- schedules
|
||||
refs:
|
||||
- schedules
|
||||
variables:
|
||||
- $CLEANUP_REGISTRIES_ENABLED
|
||||
|
||||
before_script:
|
||||
- set -e
|
||||
|
Loading…
Reference in New Issue
Block a user