ci: update ci template

Prevent creating a second useless layer, see
https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/26

Update image tag to ensure building images is still working.
This commit is contained in:
Guillaume Desmottes 2020-04-28 16:08:56 +02:00
parent fe30b4a388
commit f28a92c46c
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# Updating the nightly image should be done by simply running a scheduled ci
# pipeline on the upstream repo with the $UPDATE_NIGHTLY variable defined.
.templates_sha: &templates_sha 1f82c62c196cd53d168b74e85b0a19ea48c1e2b9
.templates_sha: &templates_sha 322bf2b8f29b6491caeb13861201e96969ddc169
include:
- project: 'freedesktop/ci-templates'

View file

@ -1,2 +1,2 @@
variables:
GST_RS_IMG_TAG: '2020-04-28.0'
GST_RS_IMG_TAG: '2020-04-28.1'