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:
Florian Müllner 2020-04-04 02:35:12 +02:00 committed by verdre
parent e7512fcd79
commit 859927df39

View File

@ -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 && \