ci/Dockerfile: Pass --no-cache in build example

Using the cache means we don't get updates from Fedora or copr.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/726
This commit is contained in:
Jonas Ådahl 2019-08-14 11:34:56 +02:00
parent ee3e195b79
commit 07de258f48

View File

@ -1,7 +1,7 @@
# Rebuild and push with
#
# cd .gitlab-ci/
# docker build -t registry.gitlab.gnome.org/gnome/mutter/master:v2 .
# docker build --no-cache -t registry.gitlab.gnome.org/gnome/mutter/master:v2 .
# docker push registry.gitlab.gnome.org/gnome/mutter/master:v2
#