mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(deps): update stringbean/docker-healthcheck-action action to v3
This commit is contained in:
parent
79a906e695
commit
0cb7d82d16
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
echo "Container ID: $CONTAINER_ID"
|
echo "Container ID: $CONTAINER_ID"
|
||||||
|
|
||||||
- name: Wait for the healthchecks to pass
|
- name: Wait for the healthchecks to pass
|
||||||
uses: stringbean/docker-healthcheck-action@v1
|
uses: stringbean/docker-healthcheck-action@v3
|
||||||
with:
|
with:
|
||||||
container: trilium_local
|
container: trilium_local
|
||||||
wait-time: 50
|
wait-time: 50
|
||||||
|
2
.github/workflows/main-docker.yml
vendored
2
.github/workflows/main-docker.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
echo "Container ID: $CONTAINER_ID"
|
echo "Container ID: $CONTAINER_ID"
|
||||||
|
|
||||||
- name: Wait for the healthchecks to pass
|
- name: Wait for the healthchecks to pass
|
||||||
uses: stringbean/docker-healthcheck-action@v1
|
uses: stringbean/docker-healthcheck-action@v3
|
||||||
with:
|
with:
|
||||||
container: trilium_local
|
container: trilium_local
|
||||||
wait-time: 50
|
wait-time: 50
|
||||||
|
Loading…
x
Reference in New Issue
Block a user