Skip to content

Commit 6dcb4c1

Browse files
adding missing command (#2681)
1 parent 26e3fd2 commit 6dcb4c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/tutorials/digital_ocean.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ Let's [tag](https://docs.docker.com/engine/reference/commandline/tag/) it with
104104
docker tag deno-image registry.digitalocean.com/deno-on-digital-ocean/deno-image:new
105105
```
106106

107+
Before pushing, authenticate your Docker client with Digital Ocean Container
108+
Registry:
109+
110+
```shell
111+
doctl registry login
112+
```
113+
107114
Now we can push it to the registry.
108115

109116
```shell

0 commit comments

Comments
 (0)