Skip to content

Commit

Permalink
Indicate where to look to find the image
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Jul 8, 2021
1 parent 0d78799 commit 6a21b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ docker run -it --rm $IMAGE_NAME /bin/bash -c "erl -noshell -eval 'erlang:display
* List the local images with `docker image ls`
* Filter with `docker image ls | grep "betagouv/transport" | grep $IMAGE_VERSION`
* Push with `docker image push $IMAGE_NAME`
* Verify tag presence at https://hub.docker.com/repository/docker/betagouv/transport
* TODO: handle `latest` (but it is currently unused)

## Useful tricks when upgrading
Expand Down

0 comments on commit 6a21b88

Please sign in to comment.