Skip to content

Commit

Permalink
docs: update publishing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Feb 22, 2024
1 parent 65e5d6c commit 609f87f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions publishing.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Publishing docker image

```
docker build -t rdubigny/moncomptepro-test-client .
docker build -t betagouv/moncomptepro-test-client .
```

Authenticate to the github docker registery:

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic

Then

```
docker push rdubigny/moncomptepro-test-client
docker push ghcr.io/betagouv/moncomptepro-test-client
```

0 comments on commit 609f87f

Please sign in to comment.