ci: Document how to build the image
Updating the CI image is rare enough to not know the involved commands by heart, so adding a comment like mutter did a while ago makes perfect sense. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1177
This commit is contained in:
parent
e7512fcd79
commit
859927df39
@ -1,3 +1,10 @@
|
||||
# Rebuild and push with
|
||||
#
|
||||
# cd .gitlab-ci/
|
||||
# podman build --format docker --no-cache -t registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1 .
|
||||
# podman push registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
|
||||
#
|
||||
|
||||
FROM registry.fedoraproject.org/fedora:latest
|
||||
|
||||
RUN dnf -y update && dnf -y upgrade && \
|
||||
|
Loading…
Reference in New Issue
Block a user