cloudoperators / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

fix(ci): adds Conditional Check for Image Existence #463

Closed andypf closed 1 week ago

andypf commented 1 week ago

This PR makes the check für Image existence conditional by adding if statement.

Changes

  1. Check for Image Existence: Added a conditional check to verify if the Docker image exists before attempting to push it. This prevents unnecessary steps in the pipeline and avoids potential errors when the image is missing.
  2. Update Greenhouse Import: Updated the index.js file to use the current version of the Greenhouse app in the import statement. This ensures that the latest features and fixes from Greenhouse are correctly integrated.

Checklist

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: 5f50dc47d0d07fc224fbd20349fe65db173e20e6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR