Skip to content

Commit

Permalink
Update release process to publish alpine docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Dec 30, 2024
1 parent f6ea74a commit ceb132b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,10 @@ docker tag self-service-password:latest ltbproject/self-service-password:1.4.4
docker tag self-service-password:latest ltbproject/self-service-password:1.4
docker tag self-service-password:latest ltbproject/self-service-password:latest
```

Tag the `alpine` image:
```
docker tag self-service-password-alpine:latest ltbproject/self-service-password:alpine-1.7.1
docker tag self-service-password-alpine:latest ltbproject/self-service-password:alpine-1.7
docker tag self-service-password-alpine:latest ltbproject/self-service-password:alpine-latest
```

0 comments on commit ceb132b

Please sign in to comment.