Skip to content

Commit dc0f16c

Browse files
committed
update build documentation
1 parent 089a3c2 commit dc0f16c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ The application is meant to be run as containers. Each component has an associat
2121
### Build
2222

2323
For all components, except fortiup, a docker image is built and pushed on every commit.
24-
They will all get the same tag, corresponding to `$CI_PIPELINE_ID`, which identifies a single run of a gitlab ci pipeline.
24+
They will all get the same tag, corresponding to the GitHub Actions `run_id`, which identifies a single workflow run.
2525

2626
For example, you may end up with the following images in the registry.
2727

2828
- fortiregistry.azurecr.io/xmlfrontend:337359
29+
- fortiregistry.azurecr.io/moxfrontend:337359
2930
- fortiregistry.azurecr.io/rawdataforecaster:337359
3031
- fortiregistry.azurecr.io/jsonfrontend:337359
3132
- fortiregistry.azurecr.io/correctedforecaster:337359
32-
- fortiregistry.azurecr.io/rawdataforecaster:337359
3333
- fortiregistry.azurecr.io/healthz:337359
3434

35-
In this case the docker tag, 337359, corresponds to the gitlab's pipeline id when building the project.
36-
The pipeline id may be found by looking at the correct build in the [pipelines](https://gitlab.met.no/team-punkt/forti/f2/-/pipelines) page.
35+
In this case the docker tag, 337359, corresponds to the GitHub Actions run ID when building the project.
36+
The run ID may be found by looking at the correct build on the [Actions](https://github.com/metno/forti/actions) page.
37+
38+
For `fortiup`, a binary artifact is built and uploaded (rather than a docker image) when a tag matching `fortiup/*` is pushed.
3739

3840
## Run locally
3941

0 commit comments

Comments
 (0)