1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-28 06:35:26 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
Guido Günther
71f5ffd7dc ci: Update image
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/730>
2024-05-14 08:40:16 +00:00
Guido Günther
af7388db6c ci: Simplify image updates
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/730>
2024-05-14 08:40:16 +00:00
2 changed files with 8 additions and 1 deletions

View file

@ -10,7 +10,7 @@ stages:
- deploy
variables:
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20240113.1
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.2024-05-14
GIT_SUBMODULE_STRATEGY: normal
build:native:

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)