Scope the release signal, collapse the contract onto the release version, publish the Hub overview #83

Merged
lilleman merged 17 commits from auto-release-only-when-affected into main 2026-08-22 22:19:59 +02:00
Showing only changes of commit d8b7a2d64a - Show all commits
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
docker logout docker.io || true docker logout docker.io || true
publish-overview: publish-overview:
if: ${{ !cancelled() && (github.event_name == 'workflow_dispatch' || needs.retag-image.result == 'success') }} if: always() && (github.event_name == 'workflow_dispatch' || needs.retag-image.result == 'success')
needs: [retag-image] needs: [retag-image]
runs-on: docker-host runs-on: docker-host
steps: steps: