diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index fb7a09c3c2..0675cff431 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -1,15 +1,16 @@ -workflow_call: - inputs: - push: - description: Should the images be pushed - default: false - required: false - type: bool - version: - description: The version used when tagging the image - default: dev - required: false - type: string +on: + workflow_call: + inputs: + push: + description: Should the images be pushed + default: false + required: false + type: bool + version: + description: The version used when tagging the image + default: dev + required: false + type: string jobs: build_and_push_images: