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:
parent
ee3e195b79
commit
07de258f48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in a new issue