Skip to content

Commit f804457

Browse files
committed
Add to README steps for pushing images.
1 parent 338a694 commit f804457

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,17 @@ docker run --name ubit-toolchain-container -it --entrypoint /bin/bash ubit-toolc
2727
```
2828
docker cp ubit-toolchain-container:/home/artefacts .
2929
```
30+
31+
### Publish image
32+
33+
```
34+
docker login ghcr.io -u <your_username>
35+
docker images
36+
docker tag IMAGE_ID ghcr.io/OWNER/IMAGE_NAME:VERSION
37+
docker push ghcr.io/OWNER/IMAGE_NAME:VERSION
38+
```
39+
40+
```
41+
docker tag 36ebf8c6ccbf ghcr.io/carlosperate/ubit-toolchain:0.1.0
42+
docker push ghcr.io/carlosperate/ubit-toolchain:0.1.0
43+
```

0 commit comments

Comments
 (0)