From 79a15171ed0b86e177c39ae26051f33b46b41c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Sat, 20 Aug 2022 22:59:43 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28319f4..5975a48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,6 @@ container image: - echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY script: - buildah manifest create prez - - cp prez-amd64 prez - buildah bud --tag "${CI_REGISTRY_IMAGE}:amd64" --manifest prez --arch amd64 . - - cp prez-arm64 prez - buildah bud --tag "${CI_REGISTRY_IMAGE}:arm64" --manifest prez --arch arm64 . - buildah manifest push --all prez docker://"${CI_REGISTRY_IMAGE}" -- GitLab