Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RedondoMA committed Oct 21, 2024
1 parent 37bba1f commit e3dda81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ To add new packages, you need to update `Dockerfile`, rebuild the container, tes

```
# build container and add tags
docker build --platform=linux/amd64 -t ghcr.io/nbisweden/workshop-r:1.1.0 .
docker tag ghcr.io/nbisweden/workshop-r:1.1.0 ghcr.io/nbisweden/workshop-r:latest
docker build --platform=linux/amd64 -t ghcr.io/nbisweden/workshop-r:1.1.1 .
docker tag ghcr.io/nbisweden/workshop-r:1.1.1 ghcr.io/nbisweden/workshop-r:latest
# push to ghcr
docker login ghcr.io
docker push ghcr.io/nbisweden/workshop-r:1.1.0
docker push ghcr.io/nbisweden/workshop-r:1.1.1
docker push ghcr.io/nbisweden/workshop-r:latest
```

Expand Down

0 comments on commit e3dda81

Please sign in to comment.