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

Compare commits

..

No commits in common. "71f5ffd7dc257dc9ed5c4a8cf80e01a6f8e1d2db" and "34b68ec082f86d6099c5db71fcf5593a51a70cfe" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

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

View file

@ -1,7 +0,0 @@
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)