From 0759b9deb4002dafb17726f281c229e22e2f57ea Mon Sep 17 00:00:00 2001 From: Radoslav Irha Date: Wed, 3 Jan 2024 20:46:46 +0100 Subject: [PATCH] ci: workflow_call --- .github/workflows/manually-build-docker.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manually-build-docker.yml b/.github/workflows/manually-build-docker.yml index 63a0940..047eb44 100644 --- a/.github/workflows/manually-build-docker.yml +++ b/.github/workflows/manually-build-docker.yml @@ -1,7 +1,12 @@ -name: Build & Publish to Docker Hub +name: Build & Publish to Docker Hub from Tag on: - workflow_dispatch: + workflow_call: + inputs: + tag: + description: 'Tag from which build images' + type: string + required: true permissions: contents: write