X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=6ac7978075dd5dbaface45dacf4d2df22e2a7b01;hb=e44226f250e39445f0230a668f8e3a411a57f8bd;hp=0969f149fe07df33aacb4a4c8b471fc2241b38d0;hpb=84ccd9a7a490f524d950852b9f37f9befec8fd75;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 0969f149..6ac79780 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -56,7 +56,7 @@ 1.3.2 2.8.1 1.18.0 - 1.4.13 + 0.30.0 @@ -220,16 +220,35 @@ - com.spotify - dockerfile-maven-plugin - ${dockerfile-maven-plugin.version} - - oransc/policy-agent - ${project.version} - - ${project.build.finalName}.jar - - + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin} + false + + + push-policy-agent-image + + build + push + + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} + + + o-ran-sc/policy-agent:${project.version} + + ${basedir} + Dockerfile + + ${project.version} + + + + + + +