From c88919385cda76542afee661171b3f273cf36170 Mon Sep 17 00:00:00 2001 From: Marc Boehm Date: Mon, 25 Mar 2024 15:35:11 +0100 Subject: [PATCH] CAPAUT-353 Adjust wf --- .gitea/workflows/publish-docker-springboot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-docker-springboot.yaml b/.gitea/workflows/publish-docker-springboot.yaml index 014cbe7..daea8bb 100644 --- a/.gitea/workflows/publish-docker-springboot.yaml +++ b/.gitea/workflows/publish-docker-springboot.yaml @@ -10,10 +10,10 @@ # name: Publish docker workflow for captica.expert modules on: - workflow-call: + workflow_call: jobs: publish_docker: - name: Create and publish docker image + name: Build and publish docker image runs-on: docker-ubuntu steps: - name: Checkout source code