deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Upgraded github actions to re-enable docker workflow #119

Open tfr42 opened 4 months ago

tfr42 commented 4 months ago

This PR re-enables the github actions workflow to push the docker image. Was deactivated.

tfr42 commented 2 weeks ago

Todos noticed after releasing v1.3.1: The gh action is triggered by every push to the repo branch main. When building a release with the CI pipeline the maven release plugin pushed the version changes to main and triggers so the gh action to build and push the image to hub.docker.com. This is not inteded because now the tag for v1.3.0 was updated with the image containing v1.3.1. The gh action for pushing the docker image shall run on specific commits identified by commit message or any other event.