Skip to content

Commit 3ee8497

Browse files
authored
Merge pull request #258 from onepanelio/develop
dev > master
2 parents afb7af1 + 58a7019 commit 3ee8497

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/bump_version_minor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bump version and create tag
1+
name: Build and publish to Docker Hub
22
on:
33
push:
44
branches:

.github/workflows/push_develop_branch.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
with:
1414
name: onepanel/core
1515
username: ${{ secrets.DOCKER_HUB_USERNAME }}
16-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
17-
snapshot: true
16+
password: ${{ secrets.DOCKER_HUB_TOKEN }}

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Onepanel
22

3-
Welcome to Onepanel! This is the main repository for the API and also where you can submit bugs and enhancement requests.
3+
Welcome to Onepanel! This is the main repository for the API. It is also where you can submit bugs and enhancement requests.
44

55
## Getting started
6-
See our [deployment guide](https://onepanelio.github.io/core-docs/docs/deployment/overview) to get started.
6+
See our [Quick start guide](https://docs.onepanel.ai/docs/getting-started/quickstart) to get started.
77

88
## Contributing
99

10-
See our [contribution guide](https://onepanelio.github.io/core-docs/docs/getting-started/contributing) to get started.
10+
See our [Contribution guide](https://docs.onepanel.ai/docs/getting-started/contributing) to get started.
11+
12+
## Acknowledgments
13+
Onepanel uses the excellent [Argo](https://github.com/argoproj/argo) project under the hood to orchestrate workflows.

0 commit comments

Comments
 (0)