From ae2e67ff5d287918d1246b7c61865615f083df65 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 3 May 2023 03:43:10 +0200 Subject: [PATCH] meta: fix invalid yaml syntax --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 033e390..b5b6241 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ build-armhf: key: repodest-armhf paths: [repodest/ptrcports/armhf] when: always - registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v6:latest + image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v6:latest build-armv7: <<: *build @@ -50,7 +50,7 @@ build-armv7: key: repodest-armv7 paths: [repodest/ptrcports/armv7] when: always - registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v7:latest + image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v7:latest build-ppc64le: <<: *build @@ -58,7 +58,7 @@ build-ppc64le: key: repodest-ppc64le paths: [repodest/ptrcports/ppc64le] when: always - registry.git.ptrc.gay/ptrcnull/ptrcports-builder/ppc64le:latest + image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/ppc64le:latest build-riscv64: <<: *build @@ -74,7 +74,7 @@ build-s390x: key: repodest-s390x paths: [repodest/ptrcports/s390x] when: always - registry.git.ptrc.gay/ptrcnull/ptrcports-builder/s390x:latest + image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/s390x:latest build-x86: <<: *build