Skip to content

Commit 5669c4a

Browse files
pjenveygrahamalama
authored andcommitted
docs(build-and-push): fix action links
1 parent 4abebd2 commit 5669c4a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docs/build-and-push.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
This reusable GitHub Actions workflow encapsulates an end-to-end process for building and pushing a
44
container image for a MozCloud service.
55

6-
The inputs of this workflow are mostly used to configure [`docker-build`](../docker-build/README.md)
7-
and [`docker-push`](../docker-push/README.md). See their documentation for more details on some of
8-
these inputs.
6+
The inputs of this workflow are mostly used to configure [`docker-build`] and [`docker-push`].
7+
See their documentation for more details on some of these inputs.
98

109
## Overview
1110

1211
- Runs a `prebuild_script` to prepare the build environment (e.g. generate `version.json`)
13-
- Builds and tags the Docker image using [`docker-build`](../docker-build/README.md)
12+
- Builds and tags the Docker image using [`docker-build`]
1413
- Provides an optional hook to run a `postbuild_script` after building (e.g. for running tests)
15-
- Pushes the image to GCP Artifact Registry (and optionally GitHub Container Registry) using [docker-push](../docker-push/README.md)
14+
- Pushes the image to GCP Artifact Registry (and optionally GitHub Container Registry) using [`docker-push`]
1615

1716

1817
## Inputs
@@ -143,4 +142,6 @@ jobs:
143142
Is your build failing? The "[How to: Publish Container Images to GAR][how-to]"
144143
wiki page may include some answers, specifically around permissions issues.
145144
145+
[`docker-build`]: ../../../docker-build/README.md
146+
[`docker-push`]: ../../../docker-push/README.md
146147
[how-to]: https://mozilla-hub.atlassian.net/wiki/spaces/SRE/pages/997163545/How+to+Publish+Container+Images+to+GAR

0 commit comments

Comments
 (0)