mirror of
https://github.com/czhu12/canine.git
synced 2026-01-06 11:40:44 -06:00
updated account selector
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
<%= render "devise/sessions/account_selector", account: %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-6">
|
||||
<p class="text-sm text-base-content/60">
|
||||
Visit <%= link_to "here", local_onboarding_index_url, class: "link link-primary" %> to create a new account.
|
||||
</p>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t chriszhu12/canine -f Dockerfile --push .
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/CanineHQ/canine -f Dockerfile --push .
|
||||
|
||||
Reference in New Issue
Block a user