Files
de.captica.expert.devops/.gitea/workflows/publish-docker-springboot.yaml
2024-03-25 13:55:52 +01:00

20 lines
465 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: Create and publish docker image
runs-on: docker-ubuntu
steps:
- name: Checkout source code
uses: actions/checkout@v4