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?