Skip to content

Commit

Permalink
fix(ci): move base-image input to inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Aug 30, 2024
1 parent 40af126 commit 09589a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/_build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
type: string
required: true
description: 'The path to the image.json file'
base-image:
type: string
required: false
description: 'The base image reference'
outputs:
image-ref:
description: 'The unique image reference'
Expand All @@ -17,9 +21,6 @@ on:
digest:
description: 'The unique digest of the image'
value: ${{ jobs.build-oci.outputs.digest }}
base-image:
description: 'The base image reference'
required: false

jobs:
build-oci:
Expand Down

0 comments on commit 09589a3

Please sign in to comment.