Skip to content

maxday/quarkus-native-build-docker-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-native-build-docker-action

Action to build a native executable from your Quarkus app.

A default Dockerfile is used but you can specify a custom Docker via the dockerfilePath option.

A app-runner binary file will be generated after the execution of this action.

Parameters

Argument   Description
outputName Name of the resulting executable binary file. Required
dockerfilePath Path to Dockerfile. Optional

Exemple d'utilisation

on: [push]

jobs:
  native_build:
    runs-on: ubuntu-latest
    name: Build native Quarkus app
    steps:
      - name: Checkout the code
        uses: actions/checkout@master
      - name: Build native executable and upload it as an artifact
        uses: maxday/quarkus-native-build-docker-action@1
          outputName: myApp-runner
          dockerfilePath: Dockerfile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published