Skip to content

ci(release): add Docker Scout compare against latest tag#1298

Merged
steilerDev merged 1 commit into
betafrom
ci/scout-compare-to-latest
Apr 19, 2026
Merged

ci(release): add Docker Scout compare against latest tag#1298
steilerDev merged 1 commit into
betafrom
ci/scout-compare-to-latest

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

  • Adds an informational compare,recommendations Docker Scout step to the docker-build job (amd64 only).
  • Runs while :latest still points to the previously published image, so the diff is meaningful on every release (the existing scout job runs after the docker manifest job re-tags :latest, so adding the compare there would compare the image to itself).
  • Guarded with github.actor == 'steilerdev' so bot-triggered releases (Dependabot, auto-fix) skip the step.
  • Pinned to docker/scout-action@v1.20.4 to match the existing scout step.

Test plan

  • On the next beta release, verify the new "Docker Scout compare to latest" step appears in the Docker Build (linux/amd64) job and produces a comparison summary.
  • Confirm the step is skipped when a release is triggered by Dependabot or the auto-fix bot.

Adds an informational `compare,recommendations` step to the
docker-build job (amd64 only). Runs while `:latest` still points
to the previously published image, so it surfaces a real diff on
every release. Guarded with `github.actor == 'steilerdev'` so it
skips bot-triggered runs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Thank you for your submission! We require all contributors to sign our Contributor License Agreement before we can accept your contribution.

To sign, please comment on this PR with:
I have read the CLA Document and I hereby sign the CLA


I have read the CLA Document and I hereby sign the CLA


Frank Steiler seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@steilerDev steilerDev merged commit 264fb47 into beta Apr 19, 2026
13 of 14 checks passed
@steilerDev steilerDev deleted the ci/scout-compare-to-latest branch April 19, 2026 08:27
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant