Skip to content

Commit 9b54d39

Browse files
committed
Bump all actions to v7
1 parent f214f64 commit 9b54d39

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/call-baseimage-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v6
10+
uses: linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v7
1111
with:
1212
repo_owner: ${{ github.repository_owner }}
1313
app_name: "monit"

.github/workflows/call-check-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v6
10+
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v7
1111
with:
1212
repo_owner: ${{ github.repository_owner }}
1313
app_name: "monit"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ More info at [monit](https://mmonit.com/monit/#documentation).
6666

6767
Here are some example snippets to help you get started creating a container.
6868

69-
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
69+
### docker compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
7070

7171
```yaml
7272
---
@@ -167,10 +167,10 @@ Below are the instructions for updating containers:
167167

168168
### Via Docker Compose
169169

170-
* Update all images: `docker-compose pull`
171-
* or update a single image: `docker-compose pull monit`
172-
* Let compose update all containers as necessary: `docker-compose up -d`
173-
* or update a single container: `docker-compose up -d monit`
170+
* Update all images: `docker compose pull`
171+
* or update a single image: `docker compose pull monit`
172+
* Let compose update all containers as necessary: `docker compose up -d`
173+
* or update a single container: `docker compose up -d monit`
174174
* You can also remove the old dangling images: `docker image prune`
175175

176176
### Via Docker Run

0 commit comments

Comments
 (0)