The first action will run mvn package on every push or pull request. This could be improved by running maven tests as well.
The second action will build a docker container if you push to the git branch release, you can pull the image with docker pull ghcr.io/msorok/naturalproductsonline:release .
Yours, Steffen
The first action will run
mvn package
on every push or pull request. This could be improved by running maven tests as well. The second action will build a docker container if you push to the git branchrelease
, you can pull the image withdocker pull ghcr.io/msorok/naturalproductsonline:release
. Yours, Steffen