This commit is contained in:
Gimse 2025-08-09 00:16:13 +02:00 committed by GitHub
commit f651a8192d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1287,12 +1287,12 @@ this specific platform but the underlying principles should apply anywhere else
and the examples are kept simple enough, so that you should be able to follow
along, even without any previous experiences with this specific platform. When
in doubt, visit the
[gitlab-ci.yml reference page](https://docs.gitlab.com/ee/ci/yaml/index.html)
[.gitlab-ci.yml reference page](https://docs.gitlab.com/ee/ci/yaml/index.html)
for a comprehensive overview of the GitLab CI keywords.
#### Building the Separate Container Images
gitlab-ci.yml:
.gitlab-ci.yml:
```yaml
# define a job for building the containers
@ -1320,7 +1320,7 @@ build-container:
#### Merging the Container Manifests
gitlab-ci.yml:
.gitlab-ci.yml:
```yaml
# define a job for creating and pushing a merged manifest
@ -1367,7 +1367,7 @@ GitLab, here is a short rundown:
`latest` when running on the default branch, to the commit hash when run on
other branches and to the release tag when run on a tag pipeline.
gitlab-ci.yml:
.gitlab-ci.yml:
```yaml
container-get-tag: