Skip to content

Commit e5377f9

Browse files
docs(multiple): add docker cache notes to build-push-to-dockerhub and push-to-gar-docker (#1003)
* docs(multiple): add docker cache notes to build-push-to-dockerhub and push-to-gar-docker * Apply prettier recommendations
1 parent 7059fe6 commit e5377f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

actions/build-push-to-dockerhub/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# build-push-to-dockerhub
22

3+
> [!NOTE]
4+
> If you are at Grafana Labs:
5+
>
6+
> - A docker mirror is available on our self-hosted runners, see [the internal documentation](https://enghub.grafana-ops.net/docs/default/component/deployment-tools/platform/continuous-integration/#docker-caching-in-github-actions) for more info.
7+
38
This is a composite GitHub Action, used to build Docker images and push them to DockerHub.
49
It uses `get-vault-secrets` action to get the DockerHub username and password from Vault.
510

actions/push-to-gar-docker/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# push-to-gar-docker
22

33
> [!NOTE]
4-
> If you are at Grafana Labs, follow these steps in the [internal documentation](https://enghub.grafana-ops.net/docs/default/component/deployment-tools/platform/continuous-integration/google-artifact-registry/) to set up a repository before using this action.
4+
> If you are at Grafana Labs:
5+
>
6+
> - Follow these steps in the [internal documentation](https://enghub.grafana-ops.net/docs/default/component/deployment-tools/platform/continuous-integration/google-artifact-registry/) to set up a repository before using this action.
7+
> - A docker mirror is available on our self-hosted runners, see [the internal documentation](https://enghub.grafana-ops.net/docs/default/component/deployment-tools/platform/continuous-integration/#docker-caching-in-github-actions) for more info.
58
69
This is a composite GitHub Action, used to push docker images to Google Artifact Registry (GAR).
710
It uses [OIDC authentication](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)

0 commit comments

Comments
 (0)