Delay automated docker builds, to allow publishing pipeline to catch up

This commit is contained in:
Ariel Rin 2022-07-18 10:14:05 +00:00
parent e7bafaa4d8
commit dc23ee8ad2

View File

@ -213,6 +213,8 @@ build-image:
docker image push --all-tags $CI_REGISTRY_IMAGE/auth
rules:
- if: $CI_COMMIT_TAG
when: delayed
start_in: 10 minutes
build-image-dev:
before_script: []