mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
nextcloud updates
This commit is contained in:
parent
cb468dbbaf
commit
cb146b8487
3
.github/workflows/docker-develop.yml
vendored
3
.github/workflows/docker-develop.yml
vendored
@ -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
|
||||||
|
|
||||||
######################################################################################################################################################
|
######################################################################################################################################################
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
|
5
.github/workflows/docker-master.yml
vendored
5
.github/workflows/docker-master.yml
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user