sookeke / quarkus-and-github-actions

A simple demo showing how to use Github Actions for building Quarkus app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus Github Actions demo

This repo shows how to use Github Actions for building and dockerizing a quarkus application. The app itself is just a hello world.

Description

This project uses:

GitOps

Github Actions can be used for creating a robust GitOps platfrom. For instance, it can be integrated with ArgoCD: https://www.youtube.com/watch?v=WRadfHYKI2k&feature=youtu.be

Links

https://github.com/features/actions

https://github.com/docker/build-push-action

https://quarkus.io/

https://kustomize.io/

https://argoproj.github.io/argo-cd/

About

A simple demo showing how to use Github Actions for building Quarkus app

License:Apache License 2.0


Languages

Language:HTML 71.4%Language:Java 17.0%Language:Dockerfile 11.7%