Skip to content

Commit

Permalink
Fixed wrong example in README.md
Browse files Browse the repository at this point in the history
Fixed wrong gitlab-ci.yml example for "Merging the Container Manifests".
  • Loading branch information
maxemann96 committed Jan 6, 2024
1 parent 22596b4 commit 345ed56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 345ed56

Please sign in to comment.