mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
ci: Change instructions to use podman
Podman can also be used to create the image. The only thing to keep in mind with podman is to add --format docker, so that the image will be compatible with all CI runners. https://gitlab.gnome.org/GNOME/mutter/merge_requests/966
This commit is contained in:
parent
7186d09085
commit
2e97ba316d
@ -1,8 +1,8 @@
|
|||||||
# Rebuild and push with
|
# Rebuild and push with
|
||||||
#
|
#
|
||||||
# cd .gitlab-ci/
|
# cd .gitlab-ci/
|
||||||
# docker build --no-cache -t registry.gitlab.gnome.org/gnome/mutter/master:v3 .
|
# podman build --format docker --no-cache -t registry.gitlab.gnome.org/gnome/mutter/master:v3 .
|
||||||
# docker push registry.gitlab.gnome.org/gnome/mutter/master:v3
|
# podman push registry.gitlab.gnome.org/gnome/mutter/master:v3
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM fedora:31
|
FROM fedora:31
|
||||||
|
Loading…
Reference in New Issue
Block a user