mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-08 21:53:06 +08:00
chore(deps): bump hoverkraft-tech/ci-dokumentor
Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-dokumentor](https://github.com/hoverkraft-tech/ci-dokumentor). --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-dokumentor dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
parent
88b85ef80e
commit
b716db5b71
2
.github/workflows/main-ci.yml
vendored
2
.github/workflows/main-ci.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
||||
- name: 📖 Generate documentation
|
||||
uses: hoverkraft-tech/ci-dokumentor@4ad2ab669afb9516c4b9d026f093d23350132589 # 0.1.1
|
||||
uses: hoverkraft-tech/ci-dokumentor@fe7b78e19572b70e2a5db7f2a61b99c70358061a # 0.1.2
|
||||
with:
|
||||
source: action.yml
|
||||
|
||||
|
||||
35
action.yml
35
action.yml
@ -1,23 +1,20 @@
|
||||
# ### Action
|
||||
#
|
||||
# The action will run `docker compose up` to start the services defined in the given compose file(s).
|
||||
# The compose file(s) can be specified using the `compose-file` input.
|
||||
# Some extra options can be passed to the `docker compose up` command using the `up-flags` input.
|
||||
#
|
||||
# ### Post hook
|
||||
#
|
||||
# On post hook, the action will run `docker compose down` to clean up the services.
|
||||
#
|
||||
# Logs of the Docker Compose services are logged using GitHub `core.ts` API before the cleanup.
|
||||
# The log level can be set using the `services-log-level` input.
|
||||
# The default is `debug`, which will only print logs if [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging) is switched on.
|
||||
#
|
||||
# Some extra options can be passed to the `docker compose down` command using the `down-flags` input.
|
||||
name: "Docker Compose Action"
|
||||
description: |
|
||||
This action runs your compose file(s) and clean up before action finished
|
||||
|
||||
### Action
|
||||
|
||||
The action will run `docker compose up` to start the services defined in the given compose file(s).
|
||||
The compose file(s) can be specified using the `compose-file` input.
|
||||
Some extra options can be passed to the `docker compose up` command using the `up-flags` input.
|
||||
|
||||
### Post hook
|
||||
|
||||
On post hook, the action will run `docker compose down` to clean up the services.
|
||||
|
||||
Logs of the Docker Compose services are logged using GitHub `core.ts` API before the cleanup.
|
||||
The log level can be set using the `services-log-level` input.
|
||||
The default is `debug`, which will only print logs if [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging) is switched on.
|
||||
|
||||
Some extra options can be passed to the `docker compose down` command using the `down-flags` input.
|
||||
|
||||
description: This action runs your compose file(s) and clean up before action finished
|
||||
author: "hoverkraft"
|
||||
branding:
|
||||
icon: anchor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user