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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ You can run `docker build` and `docker-compose build` in your GitHub Actions wor
7
7
This GitHub Action uses the [docker save](https://docs.docker.com/engine/reference/commandline/save/) / [docker load](https://docs.docker.com/engine/reference/commandline/load/) command and the [@actions/cache](https://www.npmjs.com/package/@actions/cache) library.
8
8
9
9
10
-
## Example workflow
10
+
## Example workflows
11
11
12
12
### Docker Compose
13
13
```yaml
14
14
name: CI
15
+
15
16
on: push
16
17
17
18
jobs:
@@ -28,11 +29,11 @@ jobs:
28
29
# In this step, this action saves a list of existing images,
29
30
# the cache is created without them in the post run.
0 commit comments