1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 18:47:37 +00:00

ci: Simplify image updates

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/730>
This commit is contained in:
Guido Günther 2024-05-14 09:10:05 +02:00 committed by Marge Bot
parent 34b68ec082
commit af7388db6c

7
.gitlab-ci/Makefile Normal file
View file

@ -0,0 +1,7 @@
VERSION=$(shell date --iso)
all:
./run-docker.sh build --base debian --version 0.0.$(VERSION)
push:
./run-docker.sh push --base debian --version 0.0.$(VERSION)