From 345ed569f36ff7d4613e6d0c140aca68683ddd4b Mon Sep 17 00:00:00 2001 From: Maximilian Hippler Date: Wed, 3 Jan 2024 17:29:51 +0100 Subject: [PATCH] Fixed wrong example in README.md 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 a26ba6f5bb..428d49d398 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