CAPAUT-353 Add docker build

This commit is contained in:
2024-03-25 11:58:41 +01:00
parent 11e2bd79b3
commit d6eb114b8a
2 changed files with 53 additions and 3 deletions

View File

@@ -8,12 +8,12 @@
#
# Copyright (c) captica GmbH est. 2021
#
name: Example workflow
name: Java Build Workflow
on:
workflow_call:
jobs:
Build:
name: Java Build Job
build:
name: Build java distribution
runs-on: nodejs-ubuntu
steps:
- name: Checkout source code