7.4.x
This commit is contained in:
parent
33c90baec7
commit
edae4a1430
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: xbeeant/oo-unlimit
|
||||
tags: latest, 7.3.3.50
|
||||
tags: latest, 7.4.0.1
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG product_version=7.3.3
|
||||
ARG build_number=50
|
||||
ARG product_version=7.4.0
|
||||
ARG build_number=1
|
||||
ARG oo_root='/var/www/onlyoffice/documentserver'
|
||||
|
||||
## Setup
|
||||
|
|
Loading…
Reference in a new issue