Skip to content

Commit

Permalink
Merge pull request kyma-project#309 from m00g3n/fix-shoot-comparator-…
Browse files Browse the repository at this point in the history
…workflow

Fix invalid Dockerfile path in shoot-comparator workflow
  • Loading branch information
kyma-bot authored Jul 23, 2024
2 parents a39ba95 + c7f49fb commit cf2df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_shoot_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: shoot-comparator
dockerfile: hack/shoot-comparator/Dockerfile
dockerfile: Dockerfile
context: hack/shoot-comparator
export-tags: false

0 comments on commit cf2df9f

Please sign in to comment.