Skip to content

Commit

Permalink
ci: workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jan 3, 2024
1 parent 9cfcc28 commit 0759b9d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/manually-build-docker.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0759b9d

Please sign in to comment.