mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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,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 New Issue
Block a user