From 843d65aa93b99e0110bc70a6628704b599dc7581 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 7 Sep 2023 16:42:43 -0400 Subject: [PATCH] ci: A few fixes - Need to initialize - Fix typo for ociarchive --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1eae9b7..948c343 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,5 @@ build: stage: build script: - rpm-ostree install distribution-gpg-keys - - rpm-ostree compose image --format=oci-archive fedora.yaml fedora.oci-archive + - rpm-ostree compose image -i --format=ociarchive fedora.yaml fedora.oci-archive