1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Only push images if dockerfiles changed.

This commit is contained in:
Brenden Matthews 2019-02-25 15:48:09 -05:00
parent c5adfcd7e6
commit d0d8930c5d

View File

@ -677,6 +677,8 @@ push fedora base: *push_base_images
.push_images: &push_images
<<: *push_base_images
only:
changes:
- tests/dockerfiles/*
refs:
- master
- tags