Introduction
I am currently create a GitHub Actions with that build a container automatically.
And I’m wondering if it’s possible to create a GitHub action that automatically builds the container without adding JIB in the project’s pom.xml ?
If we can t do this, can you show me how?
>Solution :
We are obliged to configure the pom.xml, we cannot do otherwise.
You can go here: https://github.com/GoogleContainerTools/jib
to get more information about JIB.