From f7ac90e8acd4decf2055760ae3c35463c54c93f1 Mon Sep 17 00:00:00 2001 From: Maximilian Hippler Date: Tue, 9 Jan 2024 19:10:09 +0100 Subject: [PATCH] Fixed wrong example in README.md (#2931) Fixed wrong gitlab-ci.yml example for "Merging the Container Manifests". --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a26ba6f5b..428d49d39 100644 --- a/README.md +++ b/README.md @@ -1255,13 +1255,14 @@ merge-manifests: # all containers must be build before merging them # alternatively the job may be configured to run in a later stage needs: - - container-build + - job: container-build artifacts: false tags: # may run on any architecture supported by manifest-tool image - runner-xyz image: name: mplatform/manifest-tool:alpine + entrypoint: [""] script: - >- manifest-tool