Skip to content

Commit

Permalink
Add missing "on:"
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jun 28, 2023
1 parent a3634fd commit 0612e21
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0612e21

Please sign in to comment.