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:
parent
34b68ec082
commit
af7388db6c
1 changed files with 7 additions and 0 deletions
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)
|
Loading…
Reference in a new issue