build with nightly on dockerhub, not ghcr

This commit is contained in:
frikky
2022-07-22 02:34:10 +02:00
parent 40748a175f
commit 32a0508a12
3 changed files with 35 additions and 33 deletions
+2 -2
View File
@@ -598,11 +598,11 @@ const WelcomeForm = (props) => {
<Button onClick={handleReset}>Reset</Button>
<script>
setTimeout(function() {
navigate("/getting-started")
navigate("/workflows")
}, 5000);
</script>
<Button>
<Link style={{color: "#f86a3e", }} to="/getting-started" className="btn btn-primary">
<Link style={{color: "#f86a3e", }} to="/workflows" className="btn btn-primary">
Getting Started
</Link>
</Button>