Fixed wrong example in README.md (#2931)
Fixed wrong gitlab-ci.yml example for "Merging the Container Manifests".
This commit is contained in:
parent
782eeef84d
commit
f7ac90e8ac
|
|
@ -1255,13 +1255,14 @@ merge-manifests:
|
||||||
# all containers must be build before merging them
|
# all containers must be build before merging them
|
||||||
# alternatively the job may be configured to run in a later stage
|
# alternatively the job may be configured to run in a later stage
|
||||||
needs:
|
needs:
|
||||||
- container-build
|
- job: container-build
|
||||||
artifacts: false
|
artifacts: false
|
||||||
tags:
|
tags:
|
||||||
# may run on any architecture supported by manifest-tool image
|
# may run on any architecture supported by manifest-tool image
|
||||||
- runner-xyz
|
- runner-xyz
|
||||||
image:
|
image:
|
||||||
name: mplatform/manifest-tool:alpine
|
name: mplatform/manifest-tool:alpine
|
||||||
|
entrypoint: [""]
|
||||||
script:
|
script:
|
||||||
- >-
|
- >-
|
||||||
manifest-tool
|
manifest-tool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue