Skip to content

Add a summary message with published link at the end of the workflow #103

Description

@rambip

While using bluebuild for the first time, I was confused. The image did build, but I had no idea where the output of the build was.
It would be very useful to display it as a clickable link, in particular for beginers.
I suggest adding this step:

- name: Summary
  shell: bash
  env:
    BB_REGISTRY: ${{ inputs.registry }}
    BB_REGISTRY_NAMESPACE: ${{ inputs.registry_namespace }}
    RECIPE: ${{ inputs.recipe }}
  run: |
    IMAGE_NAME=$(basename "${RECIPE}" .yml)
    echo "✅ Image published to ${BB_REGISTRY}/${BB_REGISTRY_NAMESPACE}/${IMAGE_NAME}"

Another idea would be to display a link to the appropriate documentation for beginners, or even to suggest commands.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions