Fixed wrong example in README.md (#2931)

Fixed wrong gitlab-ci.yml example for "Merging the Container Manifests".
This commit is contained in:
Maximilian Hippler 2024-01-09 19:10:09 +01:00 committed by GitHub
parent 782eeef84d
commit f7ac90e8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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