File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mender Docker Compose Artifact
22This action allows you to create mender artifacts to deploy docker containers using docker compose.
3+
4+
35Refer [ mender] ( https://mender.io/ )
46
57# Usage
68See [ action.yml] ( action.yml )
9+
710See [ upload-artifact] ( https://github.com/actions/upload-artifact )
811
12+
913### Create Artifact
1014``` yaml
1115steps :
@@ -28,10 +32,12 @@ Here we specify the filename for the docker compose file that contains
2832all the details needed to build the docker containers.
2933We 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?
3439At the bottom of the workflow summary page, there is a dedicated section for artifacts.
3540
41+
3642# License
3743The scripts and documentation in this project are released under the [Apache License](LICENSE)
You can’t perform that action at this time.
0 commit comments