You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of Zizmor finds some potential template injection
issues. We can fix these by indirecting via the `env`, or in one case by
adding an ignore comment where we can't really fix it.
Copy file name to clipboardExpand all lines: actions/build-push-to-dockerhub/README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,13 @@
3
3
> [!NOTE]
4
4
> If you are at Grafana Labs:
5
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.
6
+
> - A docker mirror is available on our self-hosted runners, see [the internal
This is a composite GitHub Action, used to build Docker images and push them to DockerHub.
9
-
It uses `get-vault-secrets` action to get the DockerHub username and password from Vault.
10
+
This is a composite GitHub Action, used to build Docker images and push them to
11
+
DockerHub. It uses `get-vault-secrets` action to get the DockerHub username and
12
+
password from Vault.
10
13
11
14
Example of how to use this action in a repository:
12
15
@@ -64,4 +67,8 @@ jobs:
64
67
65
68
- If you specify `platforms` then the action will use buildx to build the image.
66
69
- You must create a Dockerhub repo before you are able to push to it.
67
-
- Most projects should be using Google Artifact Registry (instead of Dockerhub) to store their images. You can see more about that in the push-to-gar-docker shared workflow.
70
+
- Most projects at Grafana Labs should be using Google Artifact Registry instead
71
+
of Dockerhub to store their images. You can see more about that in the
0 commit comments