mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
gitlab-ci: Don't rely on $CI_PROJECT_NAME
The name of a forked repository can be changed later, in which case this would fail to refer to the main repository. Pointed out by Eric Engestrom in https://gitlab.freedesktop.org/mesa/mesa/merge_requests/224 .
This commit is contained in:
committed by
Michel Dänzer
parent
9c23076b9e
commit
5f91be77e0
@@ -15,7 +15,7 @@
|
||||
variables:
|
||||
IMAGE_TAG: "debian-testing-20181213"
|
||||
IMAGE_LOCAL: "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
|
||||
IMAGE_MAIN: "registry.freedesktop.org/xorg/driver/$CI_PROJECT_NAME:$IMAGE_TAG"
|
||||
IMAGE_MAIN: "registry.freedesktop.org/xorg/driver/xf86-video-amdgpu:$IMAGE_TAG"
|
||||
|
||||
stages:
|
||||
- docker-image
|
||||
|
||||
Reference in New Issue
Block a user