Skip to content

Commit 2c2b7c8

Browse files
Merge branch 'main' into update-lume
2 parents 1e35b59 + 6dcb4c1 commit 2c2b7c8

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)