ci: Simplify image updates
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/730>
This commit is contained in:
7
.gitlab-ci/Makefile
Normal file
7
.gitlab-ci/Makefile
Normal 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)
|
Reference in New Issue
Block a user