meta: fix invalid yaml syntax

This commit is contained in:
ptrcnull 2023-05-03 03:43:10 +02:00
parent 00c105fb0b
commit ae2e67ff5d

View file

@ -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