linagora / twake-drive

The open-source alternative to Google Drive.
GNU Affero General Public License v3.0
52 stars 14 forks source link

Refactored build and publish workflow #435

Closed tk-nguyen closed 4 months ago

tk-nguyen commented 4 months ago

Need to add Docker Hub credentials for Linagora org as secrets: DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD.

Tag pushes with changes will trigger publish workflow. Tags matching semver naming pattern *.*.* will update major, minor and full version. Tags following semver pre-release naming will only update the full version (see https://github.com/docker/metadata-action?tab=readme-ov-file#typesemver).

Also updated actions to their latest version and refactored build workflows.