@@ -858,7 +858,7 @@ GitHub Action
858
858
859
859
As of version ``0.1.17 `` we provide a GitHub action that will allow you to update
860
860
a registry from an container binary cache. Does any of this not make sense?
861
- Don't worry! We we have a full tutorial soon to walk you through this process.
861
+ Don't worry! We have a full tutorial below to walk you through this process.
862
862
For now, here is how to use the action provided here alongside your remote
863
863
registry (e.g., running in GitHub actions) to update from a container executable
864
864
cache of interest. For the example here, we are updating the ``singularityhub/shpc-registry ``
@@ -927,8 +927,8 @@ show you how to:
927
927
2. Create a new container executable cache
928
928
3. Automate updates of the cache to your registry
929
929
930
- Prepare a Remote Registry
931
- -------------------------
930
+ Preparing a Remote Registry
931
+ ---------------------------
932
932
933
933
To start, `create a new repository <https://docs.github.com/en/get-started/quickstart/create-a-repo >`_
934
934
and follow the instructions in :ref: `getting_started-creating-remote-registry ` to
@@ -993,6 +993,8 @@ You should only do this after you've fetched, as you will no longer be connected
993
993
remote! Now that you've changed the remote and commit, push your changes and then push to your main branch. We do this
994
994
push before gh-pages so "main" becomes the primary branch.
995
995
996
+ .. code-block :: console
997
+
996
998
$ git push origin main
997
999
998
1000
Then you can checkout the gh-pages branch to do the same cleanup and push.
@@ -1015,8 +1017,8 @@ And then commit and push to gh-pages.
1015
1017
$ git push origin gh-pages
1016
1018
1017
1019
1018
- Manually Add Registry Entries
1019
- -----------------------------
1020
+ Manually Adding Registry Entries
1021
+ --------------------------------
1020
1022
1021
1023
Great! Now you have an empty registry on your filesystem that will serve as a remote.
1022
1024
Make sure you are back on the main branch:
0 commit comments