Files
de.captica.expert.devops/.gitea/workflows/publish-docker-springboot.yaml
2024-03-25 15:35:11 +01:00

20 lines
464 B
YAML

#
#
# Publish docker workflow for all modules of captica.expert
#
# Project: workflows
# Author: Marc Böhm <marc.boehm@captica.de>
# License: MIT License (see LICENSE.md)
#
# Copyright (c) captica GmbH est. 2021
#
name: Publish docker workflow for captica.expert modules
on:
workflow_call:
jobs:
publish_docker:
name: Build and publish docker image
runs-on: docker-ubuntu
steps:
- name: Checkout source code
uses: actions/checkout@v4