File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This reusable GitHub Actions workflow encapsulates an end-to-end process for building and pushing a
44container 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:
143142Is your build failing? The "[How to: Publish Container Images to GAR][how-to]"
144143wiki 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
You can’t perform that action at this time.
0 commit comments