Compare commits

...

4 Commits

Author SHA1 Message Date
Rush Tehrani
3ee8497cac Merge pull request #258 from onepanelio/develop
dev > master
2020-05-25 13:37:08 -07:00
Rush Tehrani
58a7019b24 Merge pull request #257 from onepanelio/chore/readme-gh-actions
update README
2020-05-25 13:36:41 -07:00
rushtehrani
212f70cbb5 update README 2020-05-25 13:35:31 -07:00
Andrey Melnikov
18e2c4e411 update: removed snapshot from develop branch for GithubActions 2020-05-25 09:55:19 -07:00
3 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: Bump version and create tag
name: Build and publish to Docker Hub
on:
push:
branches:

View File

@@ -14,4 +14,3 @@ jobs:
name: onepanel/core
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
snapshot: true

View File

@@ -1,10 +1,13 @@
# Onepanel
Welcome to Onepanel! This is the main repository for the API and also where you can submit bugs and enhancement requests.
Welcome to Onepanel! This is the main repository for the API. It is also where you can submit bugs and enhancement requests.
## Getting started
See our [deployment guide](https://onepanelio.github.io/core-docs/docs/deployment/overview) to get started.
See our [Quick start guide](https://docs.onepanel.ai/docs/getting-started/quickstart) to get started.
## Contributing
See our [contribution guide](https://onepanelio.github.io/core-docs/docs/getting-started/contributing) to get started.
See our [Contribution guide](https://docs.onepanel.ai/docs/getting-started/contributing) to get started.
## Acknowledgments
Onepanel uses the excellent [Argo](https://github.com/argoproj/argo) project under the hood to orchestrate workflows.