mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 02:37:37 +00:00
9f4be32753
This allows to drop the custom check-po Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/753> |
||
---|---|---|
.. | ||
check-consistency | ||
check-po | ||
check-style.py | ||
commit-rules.yml | ||
debian.Dockerfile | ||
Makefile | ||
README.md | ||
run-docker.sh | ||
uncrustify.cfg |
Checklist for Updating the Docker Images
- Update the
${image}.Dockerfile
file with the dependencies - Run
./run-docker.sh build --base ${image} --version ${number}
- Run
./run-docker.sh push --base ${image} --version ${number}
once the Docker image is built; you may need to log in by usingdocker login
orpodman login
like podman login -u -p registry.gitlab.gnome.org/world/phosh/phosh See https://docs.gitlab.com/ee/user/packages/container_registry/ - Update the
image
keys in the.gitlab-ci.yml
file with the new image tag - Open a merge request with your changes and let it run