We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72d90d commit 138b820Copy full SHA for 138b820
README.md
@@ -7,6 +7,8 @@ Refer [mender](https://mender.io/)
7
# Usage
8
See [action.yml](action.yml)
9
10
+See [Mender docker-compose action](https://github.com/quartx-analytics/mender-docker-compose)
11
+
12
13
### Create Artifact
14
```yaml
@@ -15,7 +17,7 @@ steps:
15
17
16
18
- id: mender
19
name: Create mender artifact
- uses: quartx-analytics/[email protected].1
20
+ uses: quartx-analytics/[email protected].2
21
with:
22
compose-file: "docker-compose.yml"
23
software-name: "project-name"
0 commit comments