From 01cf83d67a1c509288607171c5476410212e88ce Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 2 Feb 2021 18:57:19 +0100 Subject: tag naming --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b7ab6b..982e52c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ variables: build_debian_x86_64: image: debian:sid - tags: [docker linux] + tags: [docker, linux] <<: *carch_x86_64 <<: *debian_build_config only: @@ -58,7 +58,7 @@ build_debian_aarch64: prepare_debian_x86_64: image: debian:sid - tags: [docker linux] + tags: [docker, linux] <<: *carch_x86_64 <<: *debian_prepare_config only: -- cgit