Remove unnecessary explicit false push

This commit is contained in:
Andrejs Cunskis 2022-05-10 17:57:15 +03:00
parent ebe4c0bdf6
commit c2ae3d926c
No known key found for this signature in database
GPG key ID: 87CB75083F227241
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,7 @@
docker buildx build \
--cache-to=type=inline \
--cache-from="$CI_REGISTRY_IMAGE:$1" \
--push="${PUSH_CUSTOM_IMAGE}" \
--push="${PUSH_CUSTOM_IMAGE:-false}" \
--label "ci_pipeline_url=$CI_PIPELINE_URL" \
--label "ci_job_url=$CI_JOB_URL" \
-t "$CI_REGISTRY_IMAGE:$1" \