mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-04 13:22:41 +08:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3ee8497cac | ||
![]() |
58a7019b24 | ||
![]() |
212f70cbb5 | ||
![]() |
18e2c4e411 |
2
.github/workflows/bump_version_minor.yaml
vendored
2
.github/workflows/bump_version_minor.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Bump version and create tag
|
||||
name: Build and publish to Docker Hub
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
3
.github/workflows/push_develop_branch.yaml
vendored
3
.github/workflows/push_develop_branch.yaml
vendored
@@ -13,5 +13,4 @@ jobs:
|
||||
with:
|
||||
name: onepanel/core
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
snapshot: true
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
@@ -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.
|
Reference in New Issue
Block a user