Skip to content

Commit bd266bb

Browse files
committed
update readme
1 parent 70f7a9a commit bd266bb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Mender Docker Compose Artifact
22
This action allows you to create mender artifacts to deploy docker containers using docker compose.
3+
4+
35
Refer [mender](https://mender.io/)
46

57
# Usage
68
See [action.yml](action.yml)
9+
710
See [upload-artifact](https://github.com/actions/upload-artifact)
811

12+
913
### Create Artifact
1014
```yaml
1115
steps:
@@ -28,10 +32,12 @@ Here we specify the filename for the docker compose file that contains
2832
all the details needed to build the docker containers.
2933
We also need to specify the software name as this is used by docker compose to mark the containers.
3034
31-
GitHub's upload-artifact action can be used to upload to created artifact to github.
35+
GitHub's upload-artifact action can be used to upload the created artifact to GitHub.
36+
3237
3338
## Where does the upload go?
3439
At the bottom of the workflow summary page, there is a dedicated section for artifacts.
3540
41+
3642
# License
3743
The scripts and documentation in this project are released under the [Apache License](LICENSE)

0 commit comments

Comments
 (0)