ci: Point to new images
This commit is contained in:
parent
cfca142695
commit
f7cb1e16cd
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: claudioandre/settings:job-502.6_fedora.dev # temporarily pinned to old tag
|
image: registry.gitlab.gnome.org/gnome/gnome-control-center:fedora.dev
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
@ -305,7 +305,7 @@ armv8:
|
||||||
when: manual
|
when: manual
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay
|
DOCKER_DRIVER: overlay
|
||||||
IMAGE: "claudioandre/settings:fedora.aarch64"
|
IMAGE: "registry.gitlab.gnome.org/gnome/gnome-control-center:fedora.aarch64"
|
||||||
|
|
||||||
ppc64le:
|
ppc64le:
|
||||||
<<: *multiarch
|
<<: *multiarch
|
||||||
|
@ -314,7 +314,7 @@ ppc64le:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay
|
DOCKER_DRIVER: overlay
|
||||||
IMAGE: "claudioandre/settings:fedora.ppc64le"
|
IMAGE: "registry.gitlab.gnome.org/gnome/gnome-control-center:fedora.ppc64le"
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# Create CI Docker Images #
|
# Create CI Docker Images #
|
||||||
|
|
Loading…
Add table
Reference in a new issue