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