nextcloud updates

This commit is contained in:
Odmin 2021-03-11 01:46:37 +03:00
parent cb468dbbaf
commit cb146b8487
3 changed files with 9 additions and 1 deletions

View File

@ -64,6 +64,9 @@ jobs:
- name: Build NextCloud (20) - name: Build NextCloud (20)
run: docker build --compress -t epicmorg/nextcloud:20 nextcloud/20 run: docker build --compress -t epicmorg/nextcloud:20 nextcloud/20
- name: Build NextCloud (21)
run: docker build --compress -t epicmorg/nextcloud:21 nextcloud/21
###################################################################################################################################################### ######################################################################################################################################################
######################################### #########################################

View File

@ -612,6 +612,11 @@ jobs:
- name: Push NextCloud (20) - name: Push NextCloud (20)
run: docker push epicmorg/nextcloud:20 run: docker push epicmorg/nextcloud:20
- name: Build NextCloud (21)
run: docker build --compress -t epicmorg/nextcloud:21 nextcloud/21
- name: Push NextCloud (21)
run: docker push epicmorg/nextcloud:21
- name: Cleanup - name: Cleanup
run: docker system prune --all --force --volumes run: docker system prune --all --force --volumes

View File

@ -4,7 +4,7 @@
* `apache2`, `nginx`, `php` - fixed php versions, fixed dependency hell. code updated. * `apache2`, `nginx`, `php` - fixed php versions, fixed dependency hell. code updated.
* `nginx` 1.19.8 * `nginx` 1.19.8
* `testrail` v7+ migrated to `php 7.4` * `testrail` v7+ migrated to `php 7.4`
updated `atlassian` images updated `atlassian` images, `nextcloud`
* `february` * `february`
* hm.. nothing * hm.. nothing
* `january` * `january`