owncloud / web-app-dicom-viewer

ownCloud Web DICOM Viewer is an extension of ownCloud Web to preview DICOM files (medical images and their corresponding metadata)
GNU Affero General Public License v3.0
3 stars 1 forks source link

Add drone config to create artifacts for release #63

Open Salipa-Gurung opened 2 months ago

Salipa-Gurung commented 2 months ago

Description

Create zip file for release.

Related Issue

Motivation and Context

Screenshots (if appropriate):

Types of changes

Checklist:

saw-jan commented 2 months ago

I doubt maybe it's a permission issue (but the same gh token is working for other repos)

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

koebel commented 4 days ago

Is Docker Image of the app also included in the artifacts?

saw-jan commented 4 days ago

Is Docker Image of the app also included in the artifacts?

docker image should be pushed to the desired container registry (I think we will be using dockerhub)

koebel commented 4 days ago

docker image should be pushed to the desired container registry (I think we will be using dockerhub)

yes we are using docker hub, see https://hub.docker.com/u/owncloud. I don't think there is any image for dicom viewer on docker hub yet.

If we follow the same structure/naming conventions like other apps seem to use, it should be https://hub.docker.com/u/owncloud/web-app-dicom-viewer and for the tag dicom-viewer-1.0.0

CLAassistant commented 3 days ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

:white_check_mark: saw-jan
:white_check_mark: Salipa-Gurung
:x: individual-it
You have signed the CLA already but the status is still pending? Let us recheck it.

koebel commented 2 days ago

there is some work related to creating docker image in https://github.com/owncloud/web-app-dicom-viewer/pull/68, please make sure that in the future creating docker image will be included in drone