File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ curl -H "Accept: application/json" http://localhost:8080/
1111114 . ** Deploy to Cloud Run:**
112112 ``` bash
113113 gcloud run deploy titlecreator \
114- --image ghcr.io/sntxrr/TitleCreator :latest \
114+ --image ghcr.io/sntxrr/titlecreator :latest \
115115 --platform managed \
116116 --region us-central1 \
117117 --allow-unauthenticated \
@@ -140,18 +140,18 @@ You can pull and run this pre-built image directly:
140140
1411411 . ** Pull the latest image:**
142142 ``` bash
143- docker pull ghcr.io/sntxrr/TitleCreator :latest
143+ docker pull ghcr.io/sntxrr/titlecreator :latest
144144 ```
145145
146146
1471472. ** Run the container:**
148148 ` ` ` bash
149- docker run --rm ghcr.io/sntxrr/TitleCreator :latest
149+ docker run --rm ghcr.io/sntxrr/titlecreator :latest
150150 ` ` `
151151
152152 This will output a new title, just like running it locally or building it yourself.
153153
154154
155155# ### COMING SOON
156156
157- a ` golang` version
157+ a ` golang` version
You can’t perform that action at this time.
0 commit comments