Skip to content

Commit

Permalink
Fix syntax in build images github workflow
Browse files Browse the repository at this point in the history
The syntax error in build images workflow caused
all jobs to fail.

Signed-off-by: NymanRobin <[email protected]>
  • Loading branch information
NymanRobin authored and metal3-io-bot committed Sep 5, 2024
1 parent ace8a74 commit ee41101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
tags:
- 'v*'

jobs:
build_ironic:
name: Build Ironic container image
uses: metal3-io/project-infra/.github/workflows/container-image-build.yml@main
Expand Down

0 comments on commit ee41101

Please sign in to comment.