7.2.0.204
This commit is contained in:
parent
6531cf4d95
commit
3b9a791048
2 changed files with 4 additions and 3 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -21,4 +21,5 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: xbeeant/oo-unlimit
|
||||
tags: latest
|
||||
tags: latest, 7.2.0.204
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG product_version=7.1.1
|
||||
ARG build_number=23
|
||||
ARG product_version=7.2.0
|
||||
ARG build_number=204
|
||||
ARG oo_root='/var/www/onlyoffice/documentserver'
|
||||
|
||||
## Setup
|
||||
|
|
Loading…
Reference in a new issue