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
Run [harmont](https://harmont.dev) pipelines in GitHub Actions. One step. Automatic Docker image caching via your container registry.
7
+
Run [harmont](https://harmont.dev) pipelines in GitHub Actions.
8
8
9
9
```yaml
10
-
- uses: harmont-dev/actions-hm@v1
10
+
- uses: harmont-dev/actions-hm@main
11
11
with:
12
12
pipeline: ci
13
13
```
14
14
15
-
That's it. This installs `hm`, pulls cached Docker images from GHCR, runs your pipeline, and pushes updated images back — with automatic cleanup of stale cache entries.
16
-
17
-
## Why
18
-
19
-
You already define your CI with harmont. This action lets you run it on GitHub Actions without boilerplate:
20
-
21
-
- **Zero config caching** — Docker images cached in GHCR with native layer deduplication
22
-
- **One step** — no separate setup, login, cache-restore, cache-save dance
23
-
- **Fast repeat runs** — `hm` binary cached between runs, images pulled only when changed
0 commit comments